Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/auth/prepare-verification \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data email=john@example.com
Send a verification code to the user’s email
Email address to send verification code
"john@example.com"
Verification code sent
Was this page helpful?