Skip to main content
POST
/
api
/
waitlist
Join the Workspaces waitlist
curl --request POST \
  --url https://zerodrop.dev/api/waitlist \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "developer@yourcompany.com"
}
'
{
  "success": true
}

Body

application/json
email
string<email>
required
Example:

"developer@yourcompany.com"

Response

200 - application/json

Successfully added to waitlist

success
boolean
Example:

true