Skip to main content
GET
cURL

Get all Orders

Returns paginated orders for the authenticated affiliate. Requires scope orders:read.

HTTP Request

Query Parameters

Response

Example

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer<int32>

The maximum number of results to return

page
integer<int32>

The page number to return

organizationId
string

The organization id to return orders from

organizationIds
string[]

The organization ids to return orders from

mdasc
boolean

This parameter is used to filter orders by additional identifier. Return all orders has this identifier if set to true.

from
string<date>

The start date of the period to return orders from

to
string<date>

The end date of the period to return orders from

Response

Order response

data
object[]
meta
object