Auth
List organization SSO discovery domains
GET
/organizations/{organization_id}/sso-domainsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organization_id*string
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/organizations/string/sso-domains"[ { "created_at": "2019-08-24T14:15:22Z", "created_by_user_id": "string", "domain": "string", "id": "string", "organization_id": "string", "provider_id": "string", "verified_at": "2019-08-24T14:15:22Z" }]