API referenceDomains
`GET /domains/availability` — check whether a domain is already registered in the org.
GET
/domains/availabilityQuery Parameters
domain*string
Domain name to check
Response Body
application/json
curl -X GET "https://example.com/domains/availability?domain=string"{ "available": true}`GET /installations/{id}/clients` — the credentials one installation issued, gated on `clients:read`. GET
A credential is a sub-resource of its **installation** (ADR-0050 §5), so this is one Query on that partition. An installation whose App the caller cannot see answers `404`, like an absent one. It takes **no page parameters**: `MAX_CLIENTS_PER_INSTALLATION` bounds it. The `PaginatedResponse` envelope is kept for wire compatibility with every other list on this surface.
`POST /domains` — register a domain. POST
Next Page