quotastack Docs
Docs / API / Errors / account-locked
429

Account locked

https://api.quotastack.io/errors/account-locked

Too many failed sign-ins locked the account for a while.

Why it happened

  • Five sign-ins in a row failed.

How to fix it

  1. Wait 15 minutes, then try once more.
  2. Each further failed try adds 15 more minutes.
  3. Reset the password in the dashboard. Do not guess again.
Example response 429
{
  "type": "https://api.quotastack.io/errors/account-locked",
  "title": "Account locked",
  "status": 429,
  "detail": "Too many failed login attempts. Try again later."
}

Which calls return this