Openapi
Start the password recovery flow by sending a recovery email to the provided address.
application/json
Email address and optional redirect path used for the recovery flow.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/auth/password/reset" \ -H "Content-Type: application/json" \ -d '{ "email": "test@example.com", "redirectPath": "/login" }'{ "email": "user@example.com", "success": true}email