Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/waitlist/join \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data [email protected] \ --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
"[email protected]"
First name
"John"
Last name
"Doe"
Successfully added to waitlist
true
"You have been added to the waitlist"
Was this page helpful?