Stream realtime events (SSE)
Server-Sent Events stream of the account’s realtime activity — new messages, subscriptions, tips, posts, streams, and more. Each SSE message carries the OnlyFans event name as the event: field and { data, meta, ts } as data:. Send Accept: text/event-stream. Clients that send Last-Event-ID (or ?last_event_id=) resume from the next event after that id; otherwise the stream delivers only events that arrive after connecting. The stream emits ready on connect and periodic heartbeat events. Requires accounts:read.
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.
Authorizations
Your API key, sent as Authorization: Bearer <key>.
Path Parameters
Connected account id.
Query Parameters
Resume point. Equivalent to the Last-Event-ID header.
Response
An event stream
The response is of type string.