Skip to content

List SSO connections
Stable

Request

List SSO connections of a tenant. Learn more about SSO Connections.

Security
apiKey
Path
enterprise_idstring, (uuid)required

Enterprise ID

Query
is_defaultboolean

Is Default

cURL
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>'

Responses

Tenant connections

Bodyapplication/json
countinteger
connectionsArray of objects(CustomConnectionsListResponse)
Response
{ "count": 0, "connections": [ {} ] }