Skip to content

Join the waitlist

POST
/api/v1/waitlist

Submit a waitlist signup. No authentication required.

Authorizations

Request Body required

Request body for the public waitlist signup endpoint.

Attributes: name: Full name of the person signing up. email: Email address for follow-up. company: Optional company name. company_size: Optional company size bucket.

object
company
Any of:
string
<= 255 characters
company_size
Any of:
string
<= 50 characters
email
required

Email address

string format: email
name
required

Full name

string
<= 255 characters

Responses

201

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string