Waitlist
Add a new waitlist
Send a POST request with the email of the user and optionally a ref string to add a new waitlist entry. Returns the newly created waitlist entry with the waiting number and created_at timestamp.
POST
Body
The email of the user who joined the waitlist.
Maximum length:
254
The referrer of the user who joined the waitlist. Usually the source they have come from.
Maximum length:
50
Response
201
application/json
The unique identifier for the waitlist entry.
The email of the user who joined the waitlist.
Maximum length:
254
The waiting number of the user who joined the waitlist.
The timestamp at which the user joined the waitlist.
The referrer of the user who joined the waitlist. Usually the source they have come from.
Maximum length:
50