The Only API docs
Subscribers

List newly-seen subscribers

Subscribers first seen within a recent window, read from the cache. Zero platform requests. Fansly-aware.

GET
/accounts/{of_user_id}/subscribers/new

Subscribers first seen within a recent window, read from the cache. Zero platform requests. Fansly-aware.

Guide: Subscribers & fans

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

of_user_id*string

Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.

Query Parameters

since?string

ISO timestamp or date lower bound.

limit?integer

Maximum number of rows to return.

Default100

Response Body

application/json

curl -X GET "https://example.com/accounts/string/subscribers/new"
{  "count": 0,  "hasMore": true,  "limit": 0,  "offset": 0,  "subscribers": [],  "success": true,  "total": 0,  "window": {}}