quotastack Docs
Docs / API / Errors / invalid-credentials
401

Invalid credentials

https://api.quotastack.io/errors/invalid-credentials

The email and password you sent did not sign you in.

Why it happened

  • The password is wrong.
  • No account uses that email address.

How to fix it

  1. Type the password again, and watch for caps lock.
  2. Reset the password from the dashboard.
  3. QuotaStack sends back the same words either way, and never says which one it was.
Example response 401
{
  "type": "https://api.quotastack.io/errors/invalid-credentials",
  "title": "Invalid credentials",
  "status": 401,
  "detail": "Email or password is incorrect."
}

Which calls return this