Events & Streaming
List events
Poll the panel's event feed. Zero platform requests. Covers OnlyFans and Fansly accounts alike.
Poll the panel's event feed. Zero platform requests. Covers OnlyFans and Fansly accounts alike.
Guide: Events
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Query Parameters
types?string
Comma-separated event types, e.g. new_subscriber,new_tip. An unknown type returns 400.
of_user_id?string
Restrict to one connected account.
since?string
ISO timestamp lower bound.
until?string
ISO timestamp upper bound.
limit?integer
Range
1 <= value <= 500Default
100Response Body
application/json
curl -X GET "https://example.com/events?types=new_subscriber%2Cnew_tip"{ "success": true, "events": [ {} ]}Events & Streaming
Real-time event feed — `GET /events` for polling, `GET /events/stream` for Server-Sent Events (rate-limit exempt).
Stream events (SSE) GET
Long-lived Server-Sent Events stream of panel events. Rate-limit exempt. Use this instead of polling to observe refresh-job completion and export.progress /…