POST
/
domains
/
{domain_id}
/
verify
Start Domain Verification
curl --request POST \
  --url https://{tenantDomain}/my-org/domains/{domain_id}/verify \
  --header 'Authorization: Bearer <token>'
{
  "id": "ord_aW1UHetvkBWSWdCC",
  "org_id": "org_zW1UHutvkVWSWdCC",
  "domain": "acme.com",
  "status": "pending",
  "verification_text": "dove_text=asdfpiujnlewp-23849jdkfjzxcfpiawer",
  "verification_host": "_ss-verification.org_zW1UHutvkVWSWdCC.acme.com"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

domain_id
string
required

Organization domain identifier.

Response

201
application/json

Organization domain verification successfully started.

The response is of type object.