Skip to main content
GET
List orders

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

companyId
string<uuid>

Company ID

pageSort
enum<string>
default:desc

Page Sort

Available options:
asc,
desc
pageLimit
integer
default:10

Page Limit (see minimum/maximum)

Required range: 1 <= x <= 25
pageKey
string

Page Key (used for pagination, taken from the previous response)

Response

OK

orders
object[]
required
pageKey
string | null
required

Page key for pagination. If null, there are no more pages

Example:

null