v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
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

ignore_existingboolean nullable

Whether an invitation should be created if there is already an existing invitation for this email address, or it's claimed by another user.

Response

A Waitlist Entry

object'waitlist_entry' required
idstring required
email_addressstring email required
status'pending' | 'invited' | 'rejected' | 'completed' required
is_lockedboolean

Indicates if the waitlist entry is locked. Locked entries are being processed in a batch action and are unavailable for other actions.

created_atinteger required

Unix timestamp of creation.

updated_atinteger required

Unix timestamp of last update.

Example response

{
  "status": "pending",
  "invitation": {
    "status": "pending"
  }
}