quotastack Docs
Docs / API / Errors / sandbox_access_required
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

  1. 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

See also