The Only API docs
Campaigns

Get campaign claimers (live)

Fetch subscribers who converted through a specific campaign.

GET
/accounts/{of_user_id}/campaigns/{campaign_id}/claimers

Fetch subscribers who converted through a specific campaign.

OnlyFans only — rejected for Fansly accounts. Fetched live from the platform, so it consumes platform requests. For a zero-platform-request read, use GET /accounts/{of_user_id}/campaigns/{campaign_id}/claimers/cached.

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.

campaign_id*string

Query Parameters

limit?integer
Rangevalue <= 100
Default10
offset?integer
Default0

Header Parameters

X-Proxy?string

Proxy URL — HTTP or SOCKS5 (e.g. http://user:pass@host:port or socks5://user:pass@host:port). Optional on post-connection routes, where it overrides the proxy saved at login time. Required on the connection routes (POST /accounts/login, POST /accounts/login/cookies, POST /accounts/login/verify-otp) for OnlyFans accounts; optional for Fansly.

Response Body

application/json

curl -X GET "https://example.com/accounts/string/campaigns/string/claimers"
{  "success": true,  "claimers": [    {}  ],  "hasMore": true,  "count": 0}