Skip to main content

List all SSO authentication providers

GET 
/authentication_providers

Returns a list of your SSO authentication providers.

Request

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

    sort string

    Possible values: [name, -name, short_name, -short_name, active, -active, created_at, -created_at, updated_at, -updated_at]

    Default value: -created_at

    Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the - prefix.

    That is:

    • name: sorts the result by the name field in ascending order.
    • -name: sorts the result by the name field in descending order.

    If not given, results are sorted by
    created_at
    in descending order.

Responses

200: Successful response

400: Bad request

401: Unauthorized

404: Resource not found

Loading...