ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ValidateOrgDomain

Verify Domain

Deprecated: use organization service v2 VerifyOrganizationDomain instead.

Make sure you have added the required verification to your domain, depending on the method you have chosen (HTTP or DNS challenge). Zitadel will check it and set the domain as verified if it was successful. A verify domain has to be unique.

POST
/orgs/me/domains/{domain}/validation/_validate

Path Parameters

domain*string

Response Body

application/json

application/json

curl -X POST "https://loading/orgs/me/domains/string/validation/_validate"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?