{ "opencollection": "1.0.0", "info": { "name": "Plandex Server Accounts Health API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Get Server Health", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8099/health" }, "docs": "Liveness probe used by load balancers and monitoring." }, { "info": { "name": "Get Server Version", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8099/version" }, "docs": "Returns the running server version string from version.txt." } ] } ], "bundled": true }