Skip to content
ScoutingAPI
Docs

missing_api_key

No Authorization header.

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

How to fix it

Send Authorization: Bearer scout_test_… or scout_live_….

Example response

401 authentication_error
// HTTP 401
{
  "error": {
    "type": "authentication_error",
    "code": "missing_api_key",
    "message": "No Authorization header.",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": false,
    "docUrl": "https://scoutingapi.com/docs/errors/missing_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/missing_api_key.