Check Event Availability
Check ticket availability for an event, optionally for a specific date. For recurring events, an invalid date returns available: false with a message. Includes waitlist status and count.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Path Parameters
The unique identifier of the event.
Query Parameters
The date to check availability for (YYYY-MM-DD). Defaults to the event's start date. Used to validate a date against a recurring event's schedule.
Response
Availability details for the event.
Ticket availability for an event.
Whether tickets are currently available.
The number of tickets available.
Whether the waitlist is enabled for the event.
The number of entries currently on the waitlist.
An explanatory message, present when the event is unavailable or does not occur on the requested date.

