Tickitto Docs

Fetch Availability For An Event

This endpoint returns a URL to Tickitto's Ticket Selection Widget for the event being searched.

The Widgets are availability aware and load in real-time what seats, dates, and times are available to be selected for that event.

Any additional selection required for add ons, pickup points, or concessions will be displayed in the Widget.

You will need to pass the event_id and a basket_id with this endpoint. To generate a basket_id, you will need to first create a basket by making a POST request to the create basket endpoint.

When the ticket buyer selects a ticket via the Widget, they will then need to invoke the 'add to basket' action. This action will add the chosen ticket(s) to the basket_id associated with that widget URL.

Endpoint