Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Filter requests by specific client ID. Omit to see requests from all your reseller clients.
Examples:
123
Limit the number of returned items
Required range:
0 < x <= 1000
Examples:
1000
Offset value is used to exclude the first set of records from the result
Required range:
x >= 0
Examples:
0
List of limit requests statuses for filtering
Examples:
["done", "in progress"]