TEASEDocs
API ReferenceStats & Attribution

List a domain's funnel links

Lists the static funnel links (paid tracking + free-trial) configured for a domain, with per-link revenue/spenders/fans and whether each link is currently live on a button. 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
curl -X GET "https://example.com/api/admin/domains/string/links"
{  "domain": "links.example.com",  "trial_count": 3,  "tracking_count": 5,  "stamped_count": 6,  "items": [    {      "id": 41,      "country": "US",      "arm": "paid",      "provider_id": "9f31aa",      "url": "https://onlyfans.com/action/trial/abc",      "name": "US paid",      "active": true,      "stamped": true,      "source": "segment",      "hidden": false,      "domain": "links.example.com",      "display_name": "US paid",      "code": "",      "revenue_cents": 96000,      "spenders": 71,      "fans": 80,      "clicks": 1450    }  ]}
{  "detail": "Invalid or missing API key"}
{  "detail": {    "code": "domain_not_found",    "message": "Домен не найден"  }}