Ticket types
Get a ticket type
Fetch a single Luma event ticket type by ID with luma.events.ticketTypes.get(eventId, ticketTypeId), returning name, price, capacity, and details.
SDK
luma.events.ticketTypes.get(eventId: string, ticketTypeId: string): Promise<TicketType>
Returns a single ticket type by ID.
Parameters
Event
api_id from events.list().Ticket type
api_id from events.ticketTypes.list().