403
Access controls required
https://api.quotastack.io/errors/access_controls_required
This account has no access set up yet, so QuotaStack ran nothing.
Why it happened
- Setup is not finished. Neither environment has been switched on.
How to fix it
- Finish setting the account up in the dashboard.
- Ask for sandbox first. Build against sandbox while live access is looked at.
Example response 403
{
"type": "https://api.quotastack.io/errors/access_controls_required",
"title": "Access controls required",
"status": 403,
"detail": "Access controls must be configured before using tenant 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 · access_controls_required.md ↗ — this is exactly what an agent fetches
Loading…