Skip to content

Retrieve valid event tickets

Request

Retrieve a detailed list of valid event tickets issued for sections that the authenticated redeemer is authorised to admit patrons to.

Security
SessionKey(Required scopes: redeemer)
Path
eventintegerrequired

Unique identifier of the requested event

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
modified_sincestring, (date-time)

Only return tickets that have had a status change after the provided date

curl -i -X GET \
  'https://docs.ticketingevents.com/_mock/openapi/events/{event}/tickets?records=25&page=1&modified_since=2019-08-24T14%3A15%3A22Z' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The list of matching tickets the authenticated redeemer has access to 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-19)

List of tickets matching the given criteria

Response
{ "page": 17, "records": 914, "entries": [ {} ] }