Send a password reset email to an existing user. Wait at least 60 seconds between successive calls
accessBearerAuth In the value field below, fill in the access token. It has a 10 minutes validity period. A valid token can be obtained via the /accesstoken endpoint (call), AFTER authorization with refreshBearerAuth and the refresh token.
In: header
The mail configuration which should be used to send the email
The language which should be used for sending the email
application/json
The email address to send the password reset link to
TypeScript Definitions
Use the request body type in TypeScript.
The email address to send the password reset link to
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/auth/forgot-password" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'nullemail5 <= length <= 100