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 Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
The funnel domain hostname.
Response Body
application/json
application/json
application/json
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": "Домен не найден" }}Click-funnel and attribution stats
Returns aggregated CTR / click-funnel telemetry plus the revenue-by-source attribution leaderboard and fan economics for the selected window. Requires a read-scoped key. The payload is large; the documented top-level blocks form the stable contract.
Add one funnel link to a domain
Adds a single (country, arm) funnel link to the domain and stamps it onto the matching button. Idempotent: re-adding an existing slot reuses its row. Requires a write-scoped key.