API public endpoints
The typical workflow to order tickets using our API is to:
choose an event_id from the list of available events
choose the ticket type (aka discount_id)
create a cart resource and use the supplied cart_id to
interact with the cart (add/delete seats)
determine what payment method is going to be used
create the order and redirect the user to the URL provided
With the following endpoints you can achieve all of the above (and some more):
EventsTicket typesCartPaymentOrderLast updated