The Only API docs
Subscribers

Subscriber refresh status

Progress/state of the current or last subscriber refresh job. Zero platform requests.

GET
/accounts/{of_user_id}/subscribers/refresh/status

Progress/state of the current or last subscriber refresh job. Zero platform requests.

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.

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}