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

filter
object

Consolidated filter parameter for requirement types (deepObject style). Originally: filter[name]

sort
enum<string>[]

Consolidated sort parameter for requirement types (deepObject style). Originally: sort[] Specifies the sort order for results. If you want to sort by a field in ascending order, include it as a sort parameter. If you want to sort in descending order, prepend a - in front of the field name.

Available options:
name,
created_at,
updated_at,
-name,
-created_at,
-updated_at
Example:

Response

Successful response

data
object[]
meta
object