List customer's orders

Lists all orders for a single customer using pagination.

Path Params
string
required

The customer ID assigned by Slope

Query Params
string
enum

When specified, only orders with the given status are returned.

integer
0 to 50

The maximum number of objects to list.

orderBy
array of strings

The object attribute(s) to sort by.

orderBy
string
enum

The direction to sort by, one of asc or desc.

Allowed:
string

The cursor used to fetch the previous page of objects.

string

The cursor used to fetch the next page of objects.

Headers
string
Responses

400

Returned when improperly formatted or missing fields in request body

401

Returned when improper keys or headers are used in the request

403

Returned when the caller is not authorized to access the resource

500

Returned when an internal server error occurs

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