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. A corresponding Knock user will also be created with the same ID and email.
The unique identifier for the waitlist entry.
The email of the user who joined the waitlist.
254The waiting number of the user who joined the waitlist.
Whether the user has been granted access to the platform.
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.
50