Skip to main content
POST
/
auth
/
reset-password
Reset password with token
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!'

Body

application/x-www-form-urlencoded
token
string
required

Password reset token from email

Example:

"reset_token_abc123"

password
string<password>
required

New password

Example:

"NewSecurePass456!"

Response

Password successfully reset