TEASEDocs
API ReferenceSmart Links

List smart links

Lists all registered smart links (one paid slot, one free-trial slot) with resolved metrics, conversion rollup, and ARPS. Ordered by offer then creation time. 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

Response Body

application/json

application/json

application/json

GET
/api/admin/smart-links
curl -X GET "https://example.com/api/admin/smart-links"
{  "items": [    {      "provider_id": "lnk_8fq2",      "offer": "paid",      "kind": "tracking_link",      "name": "IG bio - paid",      "redirect_url": "https://app.tease.link/r/9fA2kQ7p",      "active": true,      "created_at": 1719705600,      "vendor": {        "day": "2026-06-29",        "clicks": 4210,        "subscribers": 318,        "revenue_cents": 1284500,        "spenders": 142      },      "conversions": {        "count": 137,        "revenue_net_cents": 1098300      },      "arps_cents": 4039    }  ]}
{  "detail": {    "code": "unauthorized",    "message": "Invalid or missing API key"  }}
{  "detail": {    "code": "engine_not_connected",    "message": "Connect your engine to access this data."  }}