List Purchases

Retrieves a list of purchases.
Results can be filtered to only include purchases created between dates using the
created_from and created_to params. Results can also be filtered to only include
purchases for a particular customer via the client_id param or to only show purchases
created by administrators with the admin param.

Log in to see full request history
Path Params
int32
required
Query Params
string

Only include bookings created after this datetime. Format YYYY-MM-DD HH:mm:ss

string

Only include bookings created before this datetime. Format YYYY-MM-DD HH:mm:ss

int32

Filter by client ID

boolean

Only return purchases made by administrators

string
Defaults to created_at

A field name to order the results by

boolean
Defaults to true

Return results in reverse order

int32
Defaults to 1

Page number

int32
Defaults to 30

Items per page

Response

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