Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/auth/reset-password \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data token=reset_token_abc123 \ --data 'password=NewSecurePass456!'
Reset user’s password using the token from the reset email
Password reset token from email
"reset_token_abc123"
New password
"NewSecurePass456!"
Password successfully reset
Was this page helpful?