Server-Sent Events
Subscribe to a live HTTP stream from the REST API. No WebSocket client
or public receiver needed.
Webhooks
Receive signed HTTP callbacks at a URL you host. Best for serverless and
background processing.
WebSocket
Connect directly from the SDK using a short-lived auth token. Lowest
latency, you manage the connection.
Which to use
All three deliver the same OnlyFans events; the difference is transport.
Event names
Events use the OnlyFans event name as their type —message, subscribed,
tips, postPublished, stream, and more. Payloads are passed through as
{ data, meta, ts }.