The Only API docs
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.

GET
/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.

Guide: Subscribers & fans

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
Range1 <= value <= 500
Default100
offset?integer

Row offset for pagination.

Default0
sort?string
Default"last_seen"

Value in

  • "last_seen"
  • "first_seen"
  • "tips"
  • "spend"
  • "events"
search?string

Free-text search over fan name/username.

Lengthlength <= 80
tag?string

Filter to fans carrying this tag.

Response Body

application/json

curl -X GET "https://example.com/fans"
{  "success": true,  "fans": [    {}  ],  "count": 0}