Skip to main content
POST
/
api
/
auth
/
waitlist
Join the waitlist
curl --request POST \
  --url https://api.example.com/api/auth/waitlist \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "name": "<string>"
}
'
{}

Body

application/json

Request schema for joining the waitlist.

email
string<email>
required
name
string | null
Maximum string length: 100

Response

Successful Response

{key}
string