missing_scopeHTTP 403Not retryable
missing_scope
The API key does not include the required scope.
Stable URL: https://docs.statxe.com/api/errors/missing_scope
How to resolve
- The key authenticated but lacks the required scope for this endpoint.
- Create a new key with the needed scopes, or update scopes in Settings → API keys.
Example response
{
"ok": false,
"error": {
"code": "missing_scope",
"message": "The API key does not include the required scope.",
"docs_url": "https://docs.statxe.com/api/errors/missing_scope"
},
"meta": {
"request_id": "req_example123"
}
}See also Errors & rate limits guide.