Skip to main content
POST
Claim Waitlist Spot via Signed Link

Authorizations

Authorization
string
header
required

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

Body

application/json
eventWaitlist
string<uuid>
required

The identifier of the waitlist entry.

expires
string
required

The expiry timestamp from the signed URL.

signature
string
required

The signature from the signed URL.

cartId
string<uuid>

An existing cart to add the event to. If omitted, a new cart is created.

Response

The waitlist spot was claimed and the event added to the cart.

The cart resource with the event added.

id
string<uuid>
email
string<email>
subtotal
number
grandTotal
number