Waitlist Entries
Create a waitlist entry
Creates a new waitlist entry for the given email address. If the email address is already on the waitlist, no new entry will be created and the existing waitlist entry will be returned.
post/waitlist_entries
Request body
Response
A Waitlist Entry
Example response
{
"status": "pending",
"invitation": {
"status": "pending"
}
}