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
- Type the password again, and watch for caps lock.
- Reset the password from the dashboard.
- 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
GET /v1/customersPOST /v1/customersGET /v1/customers/{id}PATCH /v1/customers/{id}DELETE /v1/customers/{id}GET /v1/customer-by-external-id/{external_id}PATCH /v1/customer-by-external-id/{external_id}DELETE /v1/customer-by-external-id/{external_id}GET /v1/customers/{customer_id}/creditsPOST /v1/customers/{customer_id}/credits/grantPOST /v1/customers/{customer_id}/credits/adjustGET /v1/customers/{customer_id}/credits/historyGET /v1/customers/{customer_id}/overageGET /v1/customer-by-external-id/{external_id}/creditsPOST /v1/customer-by-external-id/{external_id}/credits/grantPOST /v1/customer-by-external-id/{external_id}/credits/adjustGET /v1/customer-by-external-id/{external_id}/credits/historyGET /v1/customer-by-external-id/{external_id}/overageGET /v1/entitlements/checkGET /v1/customers/{id}/entitlements/{metric}GET /v1/customers/{id}/entitlementsGET /v1/customer-by-external-id/{external_id}/entitlements/{metric}GET /v1/customer-by-external-id/{external_id}/entitlementsPOST /v1/customers/{id}/entitlements/{billable_metric_key}/incrementPOST /v1/customers/{id}/entitlements/{billable_metric_key}/decrementPOST /v1/entitlements/consumePOST /v1/customer-by-external-id/{external_id}/entitlements/{billable_metric_key}/incrementPOST /v1/customer-by-external-id/{external_id}/entitlements/{billable_metric_key}/decrementPOST /v1/usagePOST /v1/usage/batchPOST /v1/imports/customersPOST /v1/subscriptionsGET /v1/subscriptions/{id}/overridesPOST /v1/subscriptions/{id}/overridesPATCH /v1/subscriptions/{id}/overrides/{billable_metric_key}DELETE /v1/subscriptions/{id}/overrides/{billable_metric_key}GET /v1/audit-logGET /v1/admin/api-keysGET /v1/admin/tenants/{tenant_id}/configPATCH /v1/admin/tenants/{tenant_id}/configPOST /v1/admin/tenants/{tenant_id}/webhook-secret/rotate
● raw markdown · invalid-credentials.md ↗ — this is exactly what an agent fetches
Loading…