Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Query Parameters

sort
enum<string>
default:-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.
Available options:
name,
-name,
short_name,
-short_name,
active,
-active,
created_at,
-created_at,
updated_at,
-updated_at
Example:

"name"

page
object

Consolidated page parameter (deepObject style). Originally: page[number], page[size]

Response

Successful response

data
AuthenticationProvider · object[]
meta
object