Subscribers
Subscribers
Subscriber reads. Live routes hit the platform; `/subscribers/cached`, `/subscribers/new`, and `/subscribers/stats` cost zero platform requests and normalize OnlyFans + Fansly rows to the same shape.
Subscriber reads. Live routes hit the platform; /subscribers/cached, /subscribers/new, and /subscribers/stats cost zero platform requests and normalize OnlyFans + Fansly rows to the same shape.
| Method | Endpoint | Path |
|---|---|---|
GET | List subscribers | /accounts/{of_user_id}/subscribers |
GET | List cached subscribers | /accounts/{of_user_id}/subscribers/cached |
GET | List newly-seen subscribers | /accounts/{of_user_id}/subscribers/new |
POST | Refresh the subscriber cache (async) | /accounts/{of_user_id}/subscribers/refresh |
GET | Subscriber refresh status | /accounts/{of_user_id}/subscribers/refresh/status |
GET | Subscriber statistics | /accounts/{of_user_id}/subscribers/stats |