Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/auth/forgot-password \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data email=john@example.com
Send a password reset email to the user
User's email address
"john@example.com"
Password reset email sent
Was this page helpful?