Skip to main content
GET
Check Event Availability

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API token.

Path Parameters

event
string<uuid>
required

The unique identifier of the event.

Query Parameters

date
string<date>

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.

available
boolean

Whether tickets are currently available.

ticketsAvailable
integer

The number of tickets available.

waitlistEnabled
boolean

Whether the waitlist is enabled for the event.

waitlistCount
integer

The number of entries currently on the waitlist.

message
string

An explanatory message, present when the event is unavailable or does not occur on the requested date.