Waitlist Entries
Invite a waitlist entry
Send an invite to the email address in a waitlist entry.
post/waitlist_entries/{waitlist_entry_id}/invite
Path parameters
waitlist_entry_idstring required
The ID of the waitlist entry to invite
Request body
Response
A Waitlist Entry
Example response
{
"status": "pending",
"invitation": {
"status": "pending"
}
}