Skip to content

List tiers

Request

Retrieve a list of all ticket tiers managed by the specified host.

Security
SessionKey(Required scopes: customeradministrator)
Path
hostintegerrequired

Unique identifier of the requested host

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
eventstring^\d{14}$

If set, only returns tiers with the specified event in their bundle

curl -i -X GET \
  'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/tiers?records=25&page=1&event=string' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The list of managed tiers 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-14)
Response
{ "page": 1, "records": 25, "entries": [ {} ] }