quotastack Docs
Docs / API / Errors / forbidden
403

Forbidden

https://api.quotastack.io/errors/forbidden

QuotaStack knows who you are, and this key may not do that.

Why it happened

  • The key lacks the scope the call wants, such as subscriptions:write.
  • You called an account or platform endpoint with a tenant API key.

How to fix it

  1. Check what the key may do, in the dashboard.
  2. Use your dashboard session for account calls. Your application never makes them.
Example response 403
{
  "type": "https://api.quotastack.io/errors/forbidden",
  "title": "Forbidden",
  "status": 403,
  "detail": "This API key does not have access to that resource."
}

Which calls return this

See also