403
Live access suspended
https://api.quotastack.io/errors/live_access_suspended
QuotaStack has paused live access here. Live calls are turned away.
Why it happened
- QuotaStack put a stop on the account. Billing is the usual cause.
How to fix it
- Ask QuotaStack support to look at it. Only QuotaStack can lift this.
- Use sandbox meanwhile, if sandbox is still on.
Example response 403
{
"type": "https://api.quotastack.io/errors/live_access_suspended",
"title": "Live access suspended",
"status": 403,
"detail": "Live access is suspended for this tenant."
} 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 · live_access_suspended.md ↗ — this is exactly what an agent fetches
Loading…