List Orders

Retrieve a list of orders for a tenant.

Orders are returned sorted by time, with the newest orders first. Without the page and per_page parameters, the first 100 orders will be returned. If per_page is specified, a maximum of 250 orders will be returned.

Path Params
uuid
required

The ID of the tenant to get orders for.

Query Params
integer
> 0

Page to return, 1-indexed (default 1)

integer
> 0

Number of items to return per page (default 100, max 250)

Responses

Language
Credentials
Bearer
header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json