🚀 Fansly API (Alpha) is live!WIP - Updated Daily
Fansly API Logo
Essentials

Authentication

Learn how to authenticate your requests to the Fansly API.


Fansly API uses API Keys to authenticate requests. You can manage your API keys in the Fansly API Console.

API Key

All requests to the Fansly API must include the x-api-key header.

HeaderTypeDescription
x-api-keystringRequired. Your unique API key.

Warning!! Your API key is sensitive information. Never share it or include it in client-side code (frontend) like a website or mobile app. Always keep it secure on your backend.

Usage Example

curl -X GET "https://v1.apifansly.com/api/fansly/connect" \
  -H "x-api-key: YOUR_API_KEY"

On this page