English
cURL
curl --request GET \ --url https://{tenantDomain}/my-org/domains/{domain_id} \ --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" }
Retrieve a domain for an organization.
The access token received from the authorization server in the OAuth 2.0 flow.
Organization domain identifier.
Organization domain successfully retrieved.
The response is of type object.
object