Subscribing to webhooks
Listen to events from your OnlyFans accounts on your webhook endpoint so your integration can automatically process data.
Important!
Webhooks are only available for Pro and Enterprise plans.
You can easily subscribe to webhooks using our console. To do this, follow these steps:
- Go to the OnlyFansAPI Console -> Webhooks
- Click on the + Add Webhook button
- Fill in the Endpoint URL field with your webhook endpoint
- Optionally, add a Signing Secret to verify the webhook payloads (recommended)
- Select the events you want to subscribe to
Once you have added your webhook, you will start receiving events on your webhook endpoint. You will be able to view the latest response status in the console.
Introduction
Listen to events from your OnlyFans accounts on your webhook endpoint so your integration can automatically process data.
Protecting your webhooks
It is recommended to validate incoming webhook requests to ensure that they originate from OnlyFans API, and not from a malicious actor. You can do this by verifying the `Signature` header in the request.