{ "opencollection": "1.0.0", "info": { "name": "THANOSQL api file health API", "version": "1.0" }, "items": [ { "info": { "name": "health", "type": "folder" }, "items": [ { "info": { "name": "Get Db Health", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/healthz", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Db Health" } ] } ], "bundled": true }