Skip to main content
GET
/
v1
/
accounts
/
{id}
/
events
Stream realtime events (SSE)
curl --request GET \
  --url https://api.onlyfanskit.dev/v1/accounts/{id}/events \
  --header 'Authorization: Bearer <token>'
"<string>"

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

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Connected account id.

Query Parameters

last_event_id
string

Resume point. Equivalent to the Last-Event-ID header.

Response

200 - text/event-stream

An event stream

The response is of type string.