Skip to main content
POST
/
v2
/
auth
/
forgot-password
Send password reset email
curl --request POST \
  --url https://api.example.com/v2/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "error": "<string>"
}

Send password reset email

POST request to /v2/auth/forgot-password

Body

application/json
email
string<email>
required

Response

OK