TEASEDocs
API ReferenceLandings

List landing domains

List every landing domain in your account, each with its draft button count and infrastructure provisioning state. 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

GET
/api/admin/domains
curl -X GET "https://example.com/api/admin/domains"
{  "items": [    {      "hostname": "links.creator.com",      "display_name": "FB Agency",      "created_at": 1719772800,      "button_count": 6,      "infra_state": "active",      "provisioning_error": null,      "infra_attempted_at": 1719772830    }  ]}
{  "detail": "auth required"}