Skip to content
ScoutingAPI
Docs

credit_balance_too_low

The balance is below the call's cost.

HTTP 402insufficient_creditsNot retryable0 credits
HTTP 402error.type = insufficient_credits

How to fix it

Top up credits or upgrade your plan. No credits are charged on this error.

Example response

402 insufficient_credits
// HTTP 402
{
  "error": {
    "type": "insufficient_credits",
    "code": "credit_balance_too_low",
    "message": "This request costs 5 credits; your balance is 2.",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": false,
    "docUrl": "https://scoutingapi.com/docs/errors/credit_balance_too_low"
  }
}

This error is free

See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/credit_balance_too_low.