Skip to main content
POST
/
api
/
auth
/
send_reset_password
Send reset password email
curl --request POST \
  --url https://api.example.com/api/auth/send_reset_password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'

Body

application/json
email
string
required

User email address to send reset link to

Response

200

Reset password email sent if the account exists.