Subscribers
Subscriber refresh status
Progress/state of the current or last subscriber refresh job. Zero platform requests.
Progress/state of the current or last subscriber refresh job. Zero platform requests.
Guide: Subscribers & fans
Authorization
apiKey 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.
Response Body
application/json
curl -X GET "https://example.com/accounts/string/subscribers/refresh/status"{ "cache": { "active": 0, "breakdown": {}, "consecutive_failures": 0, "expired": 0, "last_refreshed_at": null, "last_row_synced_at": null, "spenders": 0, "total": 0, "total_spent_sum": 0 }, "success": true}Refresh the subscriber cache (async) POST
Start an async subscriber sync for this account. Returns 202 immediately — poll GET /accounts/{of_user_id}/subscribers/refresh/status or listen on GET /events/stream…
List cached subscribers GET
Read subscribers from the local cache, populated by the background refresh job. Zero platform requests.