Waitlist

Used to interact with the waitlist.

Join Waitlist

Adds an email address to the waitlist. If the email is already on the waitlist, the request will still succeed, returning the ID of the existing waitlist entry.

SecurityNone or DevBrowser
Request
Request Body schema: application/x-www-form-urlencoded
required
email_address
string
Responses
200

Returns the waitlist object.

400

Request was not successful

403

Request was not successful

422

Request was not successful

post/v1/waitlist
Request samples
application/x-www-form-urlencoded
email_address=string
Response samples
application/json
{
  • "object": "waitlist_entry",
  • "id": "string"
}