⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/healthcheck

Perform a simple healthcheck on the database and backend of Zipline. Returns a simple pass/fail response.

GET/api/healthcheck

Response Body

application/json

application/json

{
  "pass": true
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}