v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
SSO Connections

List SSO connections

Retrieve SSO identity provider connections using optional filters and cursor-based pagination.

get/auth/sso/connections

Query parameters

filter[id]string

Filter by connection ID (comma-separated UUID values).

filter[reference]string

Filter by the downstream provider reference.

filter[type]'SAML'

Filter by connection type.

filter[status]'enabled' | 'disabled'

Filter by connection lifecycle status.

filter[provider]'auth0' | 'jumpcloud' | 'microsoft' | 'okta'

Filter by configured SSO provider key.

page[cursor]string

Cursor for paging results.

Search collection items from that cursor.

page[after]string

Cursor for paging results.

Search collection items after that cursor.

page[before]string

Cursor for paging results.

Search collection items before that cursor.

page[size]integer

Length of the collection to search.

Response

Success.