Retrieve a list of approved venues at which events can be hosted.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/venues
- QA Serverhttps://qa.ticketingevents.com/v3/venues
- Production Serverhttps://api.ticketingevents.com/v3/venues
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/venues?records=25&page=1®ion=string&name=string' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "page": 1, "records": 25, "entries": [ { … } ] }