Skip to main content
POST
/
v1
/
auth
/
forgot-password-requests
Create forgot password
curl --request POST \
  --url https://api.example.com/v1/auth/forgot-password-requests \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
Calling this route will send an email for password reset to a user

Body

application/json
email
string
required

Response

204

ok