Retrieve a list of registered event hosts that match the given criteria.
Security
SessionKey(Required scopes: publiccustomeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts
- QA Serverhttps://qa.ticketingevents.com/v3/hosts
- Production Serverhttps://api.ticketingevents.com/v3/hosts
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/hosts?records=25&page=1&name=string&country=string&sort=alphabetical&order=asc' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "page": 1, "records": 5, "entries": [ { … } ] }