Skip to main content
POST
Join Event Waitlist

Authorizations

Authorization
string
header
required

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

Path Parameters

product
string<uuid>
required

The unique identifier of the event product.

Body

application/json
email
string<email>
required

The customer's email address.

name
string
required

The customer's name.

Maximum string length: 255
quantity
integer
required

The number of tickets requested.

Required range: 1 <= x <= 10
phone
string | null

The customer's phone number.

Maximum string length: 50

Response

Added to the waitlist.

success
boolean
position
integer

The assigned position in the waitlist.

message
string