Skip to main content
GET
/
organizations
/
workos
/
sso-connections
Get WorkOS SSO connections
curl --request GET \
  --url https://nimbussuite.com/api/v1/organizations/workos/sso-connections \
  --header 'Authorization: Bearer <token>'
{
  "connections": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

organization_id
string
required

Response

SSO connections retrieved

connections
object[]