API public endpoints
The typical workflow to order tickets using our API is to:
- 1.choose an event_id from the list of available events
- 2.choose the ticket type (aka discount_id)
- 3.create a cart resource and use the supplied cart_id to
- 4.interact with the cart (add/delete seats)
- 5.determine what payment method is going to be used
- 6.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):
Last modified 3yr ago