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

/api/setup

Return whether Zipline is in first-time setup mode, used by the initial setup flow.

GET/api/setup

Response Body

application/json

application/json

{
  "firstSetup": true
}

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