Skip to content
ScoutingAPI
Docs

revoked_api_key

The key was revoked or soft-deleted.

HTTP 401authentication_errorNot retryable0 credits
HTTP 401error.type = authentication_error

How to fix it

Create a new key in the dashboard.

Example response

401 authentication_error
// HTTP 401
{
  "error": {
    "type": "authentication_error",
    "code": "revoked_api_key",
    "message": "The key was revoked or soft-deleted.",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": false,
    "docUrl": "https://scoutingapi.com/docs/errors/revoked_api_key"
  }
}

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/revoked_api_key.