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
- Check what the key may do, in the dashboard.
- 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
POST /v1/admin/api-keysPOST /v1/admin/api-keys/{id}/revokeGET /v1/admin/tenants/{tenant_id}/configPATCH /v1/admin/tenants/{tenant_id}/configPOST /v1/admin/tenants/{tenant_id}/webhook-secret/rotatePOST /v1/tenants/{id}/live-access/approvePOST /v1/tenants/{id}/live-access/rejectPOST /v1/tenants/{id}/live-access/suspendPOST /v1/tenants/{id}/sandbox-access/suspendPOST /v1/tenants/{id}/sandbox-access/enable
See also
● raw markdown · forbidden.md ↗ — this is exactly what an agent fetches
Loading…