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

page[number]
integer

The page number to load

page[size]
integer

The size of the page

filter[connection_name][contains]
string

Filter by connection name containing the given string

sort
string

Sort by field (e.g., created_at, connection_name, active). Prefix with - for descending order.

Response

Successful response

data
object[]
meta
object