Domains
Retrieve domain
Retrieve domain ownership, routing, and certificate status.
GET
/api/v1/projects/{projectID}/domains/{domainID}Authentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
domainIDUUIDrequiredPathThe custom-domain UUID.
Responses
200The current custom-domain state.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
403The account plan or current grant does not allow the action.
404The requested resource does not exist for this account.
503The required provider or service is not configured or available.