Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Limit (optional, default: 50, min: 1, max: 100)
Required range:
1 <= x <= 100
Offset (optional, default: 0, min: 0)
Required range:
x >= 0
Response
The response is of type string
.