/api/healthcheck
Perform a simple healthcheck on the database and backend of Zipline. Returns a simple pass/fail response.
GET Request
Response
Status: 200 OK
Content-Type: application/json
Property | Type | Description |
---|---|---|
pass | boolean | true if the server and database are reachable and functioning. |
Example
{"pass": true}
Error Responses
-
404 Not Found
If the healthcheck endpoint is disabled in settings
-
500 Internal Server Error
If there is an issue with the database connection or server configuration.
/api/user/token
Get a valid token or refresh the underlying key that generates valid t...
/api/setup
Perform a first time setup of Zipline, or retrieve the current setup s...
Last updated: 5/28/2025
Edit this page on GitHub