List an event's tickets
Lists the purchasable ticket types for an event, ordered by their display position.
Authorization
ApiKeyAuth Your public API key (e.g. jt_public_...) passed as a Bearer token.
In: header
Path Parameters
The event's URL slug.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/events/string/tickets"{ "status": true, "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "slug": "string", "description": "string", "imageURL": "string", "price": 0, "formattedPrice": "string", "fees": 0, "formattedFees": "string", "maximumPurchasableTicketCount": 0, "quantityLeft": 0, "orderCount": 0, "deadline": "2019-08-24T14:15:22Z", "date": "2019-08-24T14:15:22Z", "status": "AVAILABLE", "isGroup": true, "isCombo": true, "isRsvp": true, "subTickets": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string" } ], "position": 0, "emailDomainRestriction": "string" } ]}List an event's gallery images GET
Lists gallery images for a public event in stable creation order, scoped to the API key host.
Create or refresh a reservation POST
Prices the cart and holds the requested stock for the checkout window. Returns a `reservationToken` and a `quoteReference`. Send the `X-Device-ID` header to refresh/extend an existing reservation for the same attendee; omit it to start a new one (a token is minted and returned). A promo code must belong to the event in `{slug}`; global promo codes are not supported. Seat Map events return `400`.

