Realtime
React to OnlyFans activity the moment it happens. New messages, subscriptions, tips, posts, and live streams can reach your app over Server-Sent Events, signed webhooks, or a direct WebSocket — same events, different transport.
Choose a transport
Pick based on where your code runs and who hosts the connection.
Server-Sent Events
Live HTTP stream from the hosted API — great for dashboards.
Webhooks
Signed HTTP callbacks — ideal for serverless and background jobs.
WebSocket
Connect from the SDK when you need in-process, low-latency events.
Event shape
All transports deliver the same OnlyFans event names and payloads.
Types mirror OnlyFans activity — message, subscribed,
tips, postPublished, stream, and more.
Each event is passed through as .