English
cURL
curl --request POST \ --url https://{tenantDomain}/my-org/domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "domain": "acme.com" }'
{ "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" }
Create a new domain for an organization.
The access token received from the authorization server in the OAuth 2.0 flow.
Domain successfully created for organization.
The response is of type object.
object