cURL
curl --request POST \ --url https://api.replyke.com/api/v6/:projectId/api/v7/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "newPassword": "<string>" } '
{ "success": true, "message": "<string>" }
Reset a user’s password using a token from the reset email
true
"Password has been reset successfully."
Invalid or Expired Token — 400
{ "error": "Invalid or expired password reset token.", "code": "auth/invalid-reset-token" }
useRequestPasswordReset