Custom domain
Read a custom domain
Read a custom domain assigned to a scope.
get/scope_domain/{id}
Path parameters
idstring uuid required
The unique ID for the custom domain.
Response
The operation was successful.
Example response
{
"id": "e78a0d21-3c48-7421-81cd-203fe84b8e47",
"name": "api.crypto-inc.com",
"type": "scope",
"selector": {
"organization_id": "1",
"nrn": "organization=1:account=2:namespace=3:application=4",
"scope_id": "1234"
},
"status": "active",
"created_at": "2025-01-02T00:00:00Z",
"updated_at": "2025-02-02T00:00:00Z"
}