User
Send a password reset email to an existing user. Wait at least 60 seconds between successive calls
Authorization
accessBearerAuth AuthorizationBearer <token>
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
Query Parameters
origin?string
The mail configuration which should be used to send the email
language?string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
email*string
Format
emailLength
5 <= length <= 100Response Body
application/json
application/json
application/json
curl -X POST "https://api.eniris.be/v1/auth/forgot-password" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'