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 Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
Response Body
application/json
application/json
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" }}Dry-run a policy smart link
Answers "where would a visitor from country X land?" WITHOUT redirecting anyone: runs the exact production policy + destination resolution per country and returns one row per (country, eligible arm). Requires a read-scoped key.
Add a destination to a policy smart link
Adds one of your own destination links to this smart link for an (arm, country) pair — e.g. your single subscription link (leave country empty to make it the arm-wide default) or a new per-country trial link. The new destination starts active and is served by the public /r/<slug> route immediately. Requires a write-scoped key. Never contacts OnlyFans.