Generate Domain Verification
Deprecated: use organization service v2 GenerateOrganizationDomainValidation instead.
Generate a new file to be able to verify your domain with DNS or HTTP challenge.
Path Parameters
domain*string
Request Body
application/json
type?string
Value in
"DOMAIN_VALIDATION_TYPE_UNSPECIFIED" | "DOMAIN_VALIDATION_TYPE_HTTP" | "DOMAIN_VALIDATION_TYPE_DNS"[key: string]?never
Response Body
application/json
curl -X POST "https://loading/orgs/me/domains/string/validation/_generate" \ -H "Content-Type: application/json" \ -d '{}'{
"token": "string",
"url": "string"
}Was this page helpful?
DeleteProvider
DeleteProvider: Remove an identity provider Will remove all linked providers of this configuration on the users
Generate New API Client Secret
Generate New API Client Secret: Deprecated: Use [GenerateClientSecret](/reference/api/application/zitadel.application.v2.ApplicationService.GenerateClientSecret) instead to (re-)generate an API app client secret Generates a new c...