403
Sandbox access required
https://api.quotastack.io/errors/sandbox_access_required
You used a sandbox key before sandbox was switched on.
Why it happened
- Sandbox is off for this account.
How to fix it
- Switch sandbox on in the dashboard.
Example response 403
{
"type": "https://api.quotastack.io/errors/sandbox_access_required",
"title": "Sandbox access required",
"status": 403,
"detail": "Sandbox access must be enabled before using sandbox 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 · sandbox_access_required.md ↗ — this is exactly what an agent fetches
Loading…