Webhooks are now available in the Fansly API Console! 🚀
Fansly API Logo

Setup Webhook

Learn how to set up a new webhook endpoint in your Fansly Developer Console.

Create a Webhook

This guide will walk you through the process of setting up a new webhook endpoint for your Fansly API integration using the Developer Console.

Step 1: Access the Webhooks Page

Navigate to https://app.apifansly.com/webhooks to view your current webhooks and add new ones.

Step 2: Create New Webhook

Click the 'Create Webhook' button. You'll be presented with a configuration form where you need to specify:

  • Endpoint URL: The secure (HTTPS) URL on your server where the Fansly API will send the POST requests.
  • Events Requirements: In the future, you will select which events this webhook should listen to. Currently, this endpoint will receive all supported events (which is currently limited to Messages).

Create Webhook

Step 3: Receive Your Secret

Once created, you will be provided with a Signing Secret. Webhook Secret

Store Your Secret Securely

Make sure to copy and store your signing secret in a secure location (like your environment variables). You will need this secret to verify that incoming webhook requests are genuinely from the Fansly API.

Send a test event from the console to ensure your endpoint is correctly receiving and acknowledging (200 OK) the payload.

On this page