Fans
List fans
Fan CRM across the whole panel — every fan seen on any connected account, OnlyFans or Fansly, with tags, notes, spend, and activity counters. Zero platform requests.
Fan CRM across the whole panel — every fan seen on any connected account, OnlyFans or Fansly, with tags, notes, spend, and activity counters. Zero platform requests.
Guide: Subscribers & fans
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Query Parameters
of_user_id?string
Restrict to fans of one connected account.
limit?integer
Range
1 <= value <= 500Default
100offset?integer
Row offset for pagination.
Default
0sort?string
Default
"last_seen"Value in
- "last_seen"
- "first_seen"
- "tips"
- "spend"
- "events"
search?string
Free-text search over fan name/username.
Length
length <= 80tag?string
Filter to fans carrying this tag.
Response Body
application/json
curl -X GET "https://example.com/fans"{ "success": true, "fans": [ {} ], "count": 0}