Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/waitlist/join \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data email=user@example.com \ --data first_name=John \ --data last_name=Doe
{ "success": true, "message": "You have been added to the waitlist" }
Add an email to the deployment waitlist
Email to add to waitlist
"user@example.com"
First name
"John"
Last name
"Doe"
Successfully added to waitlist
true
"You have been added to the waitlist"
Was this page helpful?