The Only API docs
Campaigns

Get cached campaign claimers

Cached claimers for one campaign, already joined with the subscriber cache so each row carries total_spent, its breakdown, and mapped_spent. Zero platform requests.

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

Cached claimers for one campaign, already joined with the subscriber cache so each row carries total_spent, its breakdown, and mapped_spent. 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.

campaign_id*string

Tracking-link campaign ID.

Query Parameters

limit?integer

Maximum number of rows to return.

Default100
offset?integer

Row offset for pagination.

Default0

Response Body

application/json

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