ZITADEL Docs
APIsCore ResourcesV1Instance Lifecycle

ExistsDomain

Checks if a domain exists

Deprecated: Use ListCustomDomains instead to check existence of an instance

POST
/domains/{domain}/_exists

Path Parameters

domain*string

Response Body

application/json

application/json

curl -X POST "https://loading/domains/string/_exists"
{
  "exists": true
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?