Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Examples:
"f17295d4-5237-4079-8b18-8786eddf49f3"
Query Parameters
Boolean indicating whether results should be paginated or not.
Examples:
true
false
Integer value of which page to retrieve.
Required range:
x >= 1
Examples:
1
2
3
Integer value for how many results should be included per page.
Required range:
x >= 1
Examples:
1
5
10
20
25
50
999