Skip to content

Errors

{
"data": null,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request"
}
}
StatusMeaning
400Query, path, or body validation failed
401API key is invalid or the account session is missing
404Repository, watchlist, or route was not found
429Rate limit exceeded
500Unexpected server error
503Health check indicates a degraded dependency

Most public endpoints validate query parameters with strict schemas. Invalid enum values, negative numbers, malformed IDs, and oversized values return 400.