Open an SSE stream and receive events as they happen — no WebSocket client or public webhook receiver required.Documentation Index
Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Event shape
Each SSE message’sevent: field is the OnlyFans event name (message,
subscribed, stream, postPublished, …) and data: is
{ data, meta, ts }. The stream also emits:
ready— once, on connect.heartbeat— periodically, to keep the connection alive.
Resuming
The server setsid: on every event. A client that reconnects with the
standard Last-Event-ID header (or ?last_event_id=) replays everything it
missed:
Requires the
accounts:read scope. The account must be owned by the calling
key.