TEASEDocs
API ReferenceStats & Attribution

Paying fans of one link

Returns the paying fans of one link with totals. Requires a read-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Path Parameters

domain*string

The funnel domain hostname.

Response Body

application/json

application/json

application/json

GET
/api/admin/domains/{domain}/links/{link_id}/spenders
curl -X GET "https://example.com/api/admin/domains/string/links/0/spenders"
{  "link": {    "id": 41,    "country": "US",    "arm": "paid",    "provider_id": "9f31aa",    "name": "US paid",    "url": "https://onlyfans.com/action/trial/abc"  },  "our_totals": {    "revenue_cents": 96000,    "spenders": 71,    "fans": 80  },  "ofapi": {    "clicks": 2100,    "subscribers": 120,    "revenue_cents": 91000,    "spenders": 66  },  "spenders": [    {      "fan_id": "u123456",      "fan_username": "john",      "total_net_cents": 4500,      "purchases": 3,      "first_at": "2026-05-01T12:00:00Z",      "last_at": "2026-06-20T08:30:00Z",      "country": "US"    }  ]}
{  "detail": "Invalid or missing API key"}
{  "detail": {    "code": "link_not_found",    "message": "Ссылка не найдена для этого домена"  }}