Error reference
revoked_api_key
The key was revoked or soft-deleted.
HTTP 401authentication_errorNot retryable0 credits
HTTP 401
error.type = authentication_errorHow 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
Like every ScoutingAPI error,
revoked_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/revoked_api_key.