403
Live access required
https://api.quotastack.io/errors/live_access_required
You used a live key before QuotaStack said yes to live access.
Why it happened
- Live access is still being looked at, or nobody has asked for it.
How to fix it
- Ask for live access in the dashboard.
- Keep building against sandbox until then. The two work the same way.
Example response 403
{
"type": "https://api.quotastack.io/errors/live_access_required",
"title": "Live access required",
"status": 403,
"detail": "Live access must be approved before using live resources."
} 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_required.md ↗ — this is exactly what an agent fetches
Loading…