Retrieve a list of published events that match the given criteria.
Security
SessionKey(Required scopes: publiccustomeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/events
- QA Serverhttps://qa.ticketingevents.com/v3/events
- Production Serverhttps://api.ticketingevents.com/v3/events
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/events?records=25&page=1®ion=string&host=string&title=string&active=true&category=string&subcategory=string&featured=true&sort=alphabetical&order=asc' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "page": 1, "records": 25, "entries": [ { … } ] }