TEASEDocs
API ReferenceSmart Links

List the free pool (sleep links)

The per-account pool of spare OnlyFans links you already own but aren't using (hidden/retired campaigns, shown as «sleep links»). Dress a spare onto a (country, arm) slot instead of creating a new link. The pool is global to your account (one pool serves every domain).

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Response Body

application/json

GET
/api/admin/free-pool
curl -X GET "https://example.com/api/admin/free-pool"
{  "items": [    {      "provider_id": "104887",      "code": "4",      "name": "Yandex Clone",      "kind": "tracking",      "arm": "paid",      "country": "",      "subscribers": 6,      "revenue_cents": 0,      "dressable": true,      "hidden_at": 1783311405    }  ],  "counts": {    "paid": 75,    "ftl": 138,    "total": 213  }}