Retrieve a detailed list of valid event tickets issued for sections that the authenticated redeemer is authorised to admit patrons to.
Security
SessionKey(Required scopes: redeemer)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/events/{event}/tickets
- QA Serverhttps://qa.ticketingevents.com/v3/events/{event}/tickets
- Production Serverhttps://api.ticketingevents.com/v3/events/{event}/tickets
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/events/{event}/tickets?records=25&page=1&modified_since=2019-08-24T14%3A15%3A22Z' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The list of matching tickets the authenticated redeemer has access to was successfully retrieved.
Response
{ "page": 17, "records": 914, "entries": [ { … } ] }