Retrieve a list of tickets belonging to the specified account.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/accounts/{number}/tickets
- QA Serverhttps://qa.ticketingevents.com/v3/accounts/{number}/tickets
- Production Serverhttps://api.ticketingevents.com/v3/accounts/{number}/tickets
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}/tickets?records=25&page=1&event=string§ion=string&serial=string&status=Issued' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The list of matching tickets was successfully retrieved.
Response
{ "page": 1, "records": 15, "entries": [ { … }, { … } ] }