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.
link_id*integer
The link id.
Response Body
application/json
application/json
application/json
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": "Ссылка не найдена для этого домена" }}Delete a funnel link
Deletes one funnel link. Soft by default (retires the link, keeps history); a hard delete (?hard=true) also removes the underlying link. Requires a write-scoped key.
Paying fans of one source domain
Returns the paying fans attributed to one source domain, each with lifetime/windowed net, country, and a new-vs-returning flag. Requires a read-scoped key.