The Only API docs
Subscribers

List cached subscribers

Read subscribers from the local cache, populated by the background refresh job. Zero platform requests.

GET
/accounts/{of_user_id}/subscribers/cached

Read subscribers from the local cache, populated by the background refresh job. Zero platform requests.

Platform-neutral: OnlyFans and Fansly rows are normalized to the same shape. Each row carries the raw platform payload merged with the flat spend/lifecycle projection (total spent, breakdown), which for Fansly is backfilled from the wallet ledger.

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

limit?integer
Default100
offset?integer

Row offset for pagination.

Default0
type?string
Default"all"

Value in

  • "all"
  • "active"
  • "expired"

Response Body

application/json

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