ZITADEL Docs
APIsCore ResourcesV1Instance Lifecycle

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

curl -X POST "https://loading/domains/string/_exists"
{
  "exists": true
}

Was this page helpful?