Verify Organisation Domain
Verify a pending domain claim by checking its DNS TXT record.
Authorization: caller must be an admin or owner.
Looks up the TXT record at dns_record_name(domain) and compares
it to the token generated at claim time; on match, the claim is
stamped with verified_at and becomes eligible to back SSO.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuiddomain_id*Domain Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X POST "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08/verify"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "domain": "string", "verified_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}