GET
/
domains
/
{domain_id}
Get Organization Domain
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"
}

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

200
application/json

Organization domain successfully retrieved.

The response is of type object.