Skip to main content

โŒ API Errors

All errors use a consistent shape.

{
"ok": false,
"error": {
"code": "BAD_REQUEST",
"message": "Human-readable summary"
}
}

Common error codes:

  • BAD_REQUEST
  • NOT_FOUND
  • UNAUTHORIZED
  • FORBIDDEN
  • INTERNAL_ERROR