My Organization API
cURL
curl --request GET \ --url https://{tenantDomain}/my-org/domains \ --header 'Authorization: Bearer <token>'
{ "next": "eyJpZCI6Im9yZF96VzFVSGV0dmtCV1NXZENEZThEV3E3IiwidGVuYW50IjoidGVzdC10ZW5hbnQifQ", "organization_domains": [ { "id": "ord_aW1UHetvkBWSWdCCe8DWq7", "org_id": "org_zW1UHutvkVWSWdCC", "domain": "acme.com", "status": "pending", "verification_txt": "dove_text=asdfpiujnlewp-23849jdkfjzxcfpiawer", "verification_host": "_ss-verification.org_zW1UHutvkVWSWdCC.acme.com" }, { "id": "ord_zW1UHetvkBWSWdCDe8DWq7", "org_id": "org_nW1UHutvkVWSWdCG", "domain": "roadrunner.com", "status": "failed", "verification_txt": "dove_text=bcxzpiujnlewp-23849jdkfjzxcfpiawer", "verification_host": "_ss-verification.org_nW1UHutvkVWSWdCG.acme.com" } ] }
Retrieve a list of all pending and verified domains for this Organization.
The access token received from the authorization server in the OAuth 2.0 flow.
List domains for an organization.
Show child attributes
Pagination cursor for the next page of results