List SSO connections of a tenant. Learn more about SSO Connections.
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/authn2/v0/tenant/{enterprise_id}/connection
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/authn2/v0/tenant/{enterprise_id}/connection
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/authn2/v0/tenant/{enterprise_id}/connection?is_default=true' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "connections": [ { … } ] }