Check Event Dates
Check whether an event is available on a specific search date. For non-recurring events the search date is matched against the event’s start date; for recurring events it is validated against the recurrence pattern. Returns the availability details along with the requested and scheduled dates.
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 (YYYY-MM-DD).
Response
Availability for the requested date.
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.
The date that was searched.
The event's scheduled start date.

