Webhooks
Introduction
Listen to events from your OnlyFans accounts on your webhook endpoint so your integration can automatically process data.
Webhooks are available for Pro and Enterprise plans only.
A webhook is an HTTP endpoint that receives events from OnlyFans API. They allow you to be notified about events such as:
- Receiving a message from a fan (
messages.received
) - New fan subscriptions (
subscriptions.new
) - Fan purchased a PPV message (
messages.ppv.unlocked
)
You can use our API for less frequent actions like retrieving specific chats, profiles, or earning details, while webhooks help you scale your integration and process large volumes of business-critical events in near real-time.