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
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"}Revoke an API key
Soft-revokes the API key with the given id. After revocation any request presenting this key is rejected. Requires a write-scoped key.
Register a landing domain
Register a new landing domain. The row is returned immediately in the `pending` state and domain provisioning runs asynchronously. Requires a write-scoped key.