Skip to content

List privileged hosts

Request

Retrieve a list of host resources for which this account has been granted access privileges.

Security
SessionKey(Required scopes: customeradministrator)
Path
numberstringrequired

Alphanumeric identifier of the user account

Query
recordsinteger

The number of records per page that should be returned

Default:25
pageinteger

The number of the results page to return

Default:1
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'

Responses

The list of host resources on which this account has been granted access privileges was successfully retrieved.

Bodyapplication/json
totalinteger

The total number of results available

pageinteger

The number of the results page returned

recordsinteger

The maximum number of results returned per page

entriesArray of objects(response-5)
Response
{ "page": 1, "records": 5, "entries": [ {} ] }