Retrieve a list of all privileges granted on the host account.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/privileges
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/privileges
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/privileges
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/privileges?records=25&page=1&role=string' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "page": 1, "records": 25, "entries": [ { … } ] }