TEASEDocs
API ReferenceSmart Links

List a policy smart link's destinations

Every destination link this policy smart link routes to, one per (arm, country) — including destinations you have switched off. Use it to review and edit the applied setup row by row. 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

Response Body

application/json

application/json

GET
/api/admin/smartlinks/{smartlink_id}/inventory
curl -X GET "https://example.com/api/admin/smartlinks/0/inventory"
{  "items": [    {      "id": 0,      "arm": "paid",      "country": "string",      "name": "string",      "url": "http://example.com",      "active": true    }  ]}
{  "detail": {    "code": "string",    "message": "string"  }}