List customer orders matching the specified search criteria
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/accounts/{number}/orders
- QA Serverhttps://qa.ticketingevents.com/v3/accounts/{number}/orders
- Production Serverhttps://api.ticketingevents.com/v3/accounts/{number}/orders
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}/orders?records=25&page=1&number=string&status=Placed&sort=date&order=asc' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The list of matching customer orders was successfully retrieved.
Response
{ "page": 1, "records": 10, "entries": [ { … } ] }