Errors
Format
Section titled “Format”{ "data": null, "error": { "code": "VALIDATION_ERROR", "message": "Invalid request" }}Common HTTP statuses
Section titled “Common HTTP statuses”| Status | Meaning |
|---|---|
400 | Query, path, or body validation failed |
401 | API key is invalid or the account session is missing |
404 | Repository, watchlist, or route was not found |
429 | Rate limit exceeded |
500 | Unexpected server error |
503 | Health check indicates a degraded dependency |
Validation
Section titled “Validation”Most public endpoints validate query parameters with strict schemas. Invalid enum values, negative numbers, malformed IDs, and oversized values return 400.