Skip to main content
POST
/
auth
/
forgot-password
Initiate password reset
curl --request POST \
  --url https://api.wacht.dev/auth/forgot-password \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data email=john@example.com

Body

application/x-www-form-urlencoded
email
string<email>
required

User's email address

Example:

"john@example.com"

Response

Password reset email sent