Get Waitlist Status
Look up a customer’s waitlist status for an event by email. For pending entries, the response includes the position and the number of people ahead; for promoted entries, it includes the expiry time and whether the spot can be claimed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Path Parameters
The unique identifier of the event product.
Query Parameters
The email address to look up on the waitlist.
Response
The customer's waitlist status.
A customer's waitlist status for an event.
Whether the customer is on the waitlist.
The entry status.
pending, promoted, claimed, expired, cancelled The number of tickets requested.
The waitlist position. Present for pending entries.
The number of pending entries ahead. Present for pending entries.
When the promoted spot expires. Present for promoted entries.
Whether the promoted spot can currently be claimed. Present for promoted entries.

