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 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. In the configuration form, specify the following details: Create Webhook

Step 3: Configure Webhook

  • Endpoint URL: The secure (HTTPS) URL on your server where the Fansly API will deliver event payloads via POST requests.
  • Events Requirements: Select the specific events you wish to subscribe to from the provided list. Supported events currently include new messages, new subscriptions, and new tips.

Create Webhook

Step 4: Secure Your Webhook

Upon creation, you will receive a Signing Secret.

Store Your Secret Securely

store your signing secret securely (e.g., in environment variables). This secret is required to verify that incoming webhook requests originate from the Fansly API.

Webhook Secret

go to your test account and send a test message to your creator account. the webhook should be triggered and you should receive a response from the webhook.

On this page