Skip to main content
GET
Check Occurrence Availability

Authorizations

Authorization
string
header
required

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

Path Parameters

occurrence
string<uuid>
required

The unique identifier of the event occurrence.

Response

Availability details for the occurrence.

Ticket availability for a specific event occurrence.

available
boolean

Whether tickets are currently available.

ticketsAvailable
integer

The number of tickets available.

ticketsSold
integer

The number of tickets sold.

maxTickets
integer | null

The maximum ticket capacity.

waitlistEnabled
boolean

Whether the waitlist is enabled for the event.

occurrenceDate
string<date>

The occurrence date (YYYY-MM-DD).

status
enum<string>

The occurrence status.

Available options:
active,
cancelled,
postponed