GenerateOrgDomainValidation
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
application/json
curl -X POST "https://loading/orgs/me/domains/string/validation/_generate" \ -H "Content-Type: application/json" \ -d '{}'{
"token": "string",
"url": "string"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?