List orders

Retrieve a list of orders

Query Params
integer

Offsets the returned list by the given number of orders. The returned orders are ordered (and offsetted) by their creation date (DESC).

string

Only return results with a matching campaign_id.

string

Only return results with a matching external_id.

string

Only return results where the created_at field is greater than or equal to the supplied value. The string needs to be an ISO 8601 datetime.

string

Only return results where the created_at field is less than or equal to the supplied value. The string needs to be an ISO 8601 datetime.

integer

Limits the number of orders listed. The maximum value is 500 and the default is 10.

Responses

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