reserve( )


Reserves tickets for an event.

Retrieve ticket IDs to specify which tickets to reserve from the Events/Tickets collection. Each ticket must have a unique ID.

Notes:

  • The frontend Events APIs aren't functional when previewing a site. View a published version of a site to see their complete functionality.
  • This method doesn't reserve tickets for events with seating maps.
Method Declaration
Copy
Method Parameters
eventIdstringRequired

ID of the event to reserve tickets for.


ticketsArray<TicketSelection>Required

Tickets to reserve.

Returns
Return Type:Promise<ReservationResponse>
Did this help?