Retrieve a list of all events registered by this event host.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/events
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/events
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events?records=25&page=1&title=string&active=true&public=true&tier=0&sort=alphabetical&order=asc' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "page": 1, "records": 25, "entries": [ { … } ] }