List Organisation Domains
List domain claims (verified and pending) for an organisation.
Authorization: caller must be a member (any role).
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/domains"[ { "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" } ]}