Skip to content

Get Tickets
Alpha

Request

Get all tickets for a booking.

Security
OAuth2(Required scopes: booking.read)
Path
bookingIdstringrequired

The unique identifier of the booking.

GET
/v1/bookings/{bookingId}/tickets
curl -i -X GET \
  'https://api.understory.io/v1/bookings/{bookingId}/tickets' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
itemsArray of objects(Ticket)
Response
{ "items": [ {} ] }