API ReferenceAPI Keys & Account
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.
Authorization
bearerAuth AuthorizationBearer <token>
Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
key_id*integer
Numeric id of the key to revoke (from the list endpoint).
Response Body
application/json
application/json
curl -X DELETE "https://example.com/api/admin/api-keys/0"Empty
{ "detail": "auth required"}{ "detail": { "code": "api_key_not_found", "message": "API key not found" }}Mint an API key
Mints a new API key and returns the full `al_live_*` bearer token EXACTLY ONCE in the response — it is never retrievable again, so store it immediately. Requires a write-scoped key (owner write access).
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.