Skip to main content
GET
Get List of Orders

Authorizations

Authorization
string
header
required

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

Query Parameters

startDate
string

Earliest date to fetch orders for in ISO-8601

endDate
string

Latest date to fetch orders for in ISO-8601

isoCode
string

Jurisdiction code in ISO 3166 alpha-2

Response

OK

orderId
number

The related orderId.

Example:

12345

correlationId
string

The related correlationId to this request, for support purposes.

customerReference
string

A customer provided reference, which appears in the order list.

timeStamp
string<date-time>

The UTC time at which the request occurred.

details
string

The response status details for the current request.

cost
object

Cost of an item

data
OrderDetails · object[]