TEASEDocs
API ReferenceSmart Links

Return a dressed code to the pool

Pull a dressed code back into the pool (e.g. when you remove a country). Recycle — the code becomes a dressable spare again.

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

POST
/api/admin/free-pool/reclaim
curl -X POST "https://example.com/api/admin/free-pool/reclaim" \  -H "Content-Type: application/json" \  -d '{    "domain": "string"  }'
{  "reclaimed": true,  "returned_to_pool": true,  "provider_id": "104887",  "domain": "yourdomain.com",  "country": "DE",  "arm": "ftl"}