Skip to main content
POST
/
api
/
auth
/
password
/
forgot
Request Password Reset
curl --request POST \
  --url https://api.example.com/api/auth/password/forgot \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{}

Body

application/json

Request a password reset email.

For security, the API should not reveal whether the email exists.

email
string<email>
required

Response

Successful Response

The response is of type Response Request Password Reset Api Auth Password Forgot Post · object.