API ReferenceAdmin Domains
Get Domain
GET
/v1/admin/domains/{domain_id}Read one domain by id — the read-after-write companion to the list route (SDK / Terraform). Tenant-scoped, so a cross-tenant id resolves to 404 with no existence leak; any admin of the tenant can read it.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
domain_id*Domain Id
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/admin/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "domain": "string", "status": "string", "txt_verified": true, "cname_verified": true, "txt_verified_at": "2019-08-24T14:15:22Z", "cname_verified_at": "2019-08-24T14:15:22Z", "connectivity_ok": true, "connectivity_checked_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "txt_record": { "type": "TXT", "name": "string", "value": "string" }, "cname_record": { "type": "TXT", "name": "string", "value": "string" }, "urls": { "issuer": "string", "oidc_discovery": "string", "jwks": "string", "saml_metadata": "string", "scim_base": "string" }}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}