ZITADEL Docs
APIsCore ResourcesV2Organization

VerifyOrganizationDomain

Verify Organization Domain

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.

Required permission:

  • org.write
POST
/v2/organizations/{organization_id}/domains/validation/verify

Path Parameters

organization_id*string

Organization ID is the unique identifier of the organization whose domain is to be verified.

Request Body

application/json

domain?string

Domain is the full qualified domain name to be verified.

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/v2/organizations/string/domains/validation/verify" \  -H "Content-Type: application/json" \  -d '{}'
{
  "changeDate": "1s"
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?