cURL
curl --request POST \ --url https://app.thareja.ai/api/v3/user/resetpassword \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com" } '
{ "success": true, "msg": "Reset password link is sent successfully!" }
Request a password reset link to be sent via email. Generates a token and invalidates all active sessions.
"user@example.com"
The email address of the user who forgot their password
Reset link sent successfully
true
"Reset password link is sent successfully!"