Error reference
missing_api_key
No Authorization header.
HTTP 401authentication_errorNot retryable0 credits
HTTP 401
error.type = authentication_errorHow 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
Like every ScoutingAPI error,
missing_api_key returns creditsCharged: 0. You are never billed for a failed, empty, blocked or not-found call.See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/missing_api_key.