Retrieve a list of host resources for which this account has been granted access privileges.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/accounts/{number}/hosts
- QA Serverhttps://qa.ticketingevents.com/v3/accounts/{number}/hosts
- Production Serverhttps://api.ticketingevents.com/v3/accounts/{number}/hosts
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}/hosts?records=25&page=1' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The list of host resources on which this account has been granted access privileges was successfully retrieved.
Response
{ "page": 1, "records": 5, "entries": [ { … } ] }