Retrieve a list of all ticket tiers associated with the specified event.
Security
SessionKey(Required scopes: publiccustomeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/events/{event}/tiers
- QA Serverhttps://qa.ticketingevents.com/v3/events/{event}/tiers
- Production Serverhttps://api.ticketingevents.com/v3/events/{event}/tiers
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/events/{event}/tiers?records=25&page=1&active=true' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "page": 1, "records": 25, "entries": [ { … } ] }