curl -X POST "https://api.usegately.com/api/v1/auth/password-reset" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "redirect_url": "https://mysite.com/reset-password" }'
{ "success": true, "message": "If an account exists for this email, a password reset link has been sent." }
Request a password reset email
Was this page helpful?