JSON
{
"error": "scope_required",
"message": "This endpoint requires traffic:read",
"required_scope": "traffic:read"
}error value is stable. Human-readable message text can be improved without a version change.| Parameter | In | Type | Description |
|---|---|---|---|
api_key_required | 401 | error | Authorization header was not sent. |
api_key_malformed | 401 | error | The bearer value is not a valid AS213905 key. |
api_key_invalid | 401 | error | Key is unknown, expired or revoked. |
scope_required | 403 | error | Key does not hold the endpoint scope. |
address_not_allowed | 403 | error | Request source does not match the key allowlist. |
not_found | 404 | error | Resource does not exist in the key organisation. |
conflict | 409 | error | Resource limit or current state prevents the operation. |
rate_limited | 429 | error | Retry after the number of seconds in Retry-After. |
Retry only safe failures
Retry 429 and transient 5xx responses with exponential backoff and jitter. Respect
Retry-After. Do not blindly retry validation errors or write operations that may already have been accepted.