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

  1. Ask for live access in the dashboard.
  2. 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

See also