{ "opencollection": "1.0.0", "info": { "name": "Blind Insight REST accounts status API", "version": "10.22.0" }, "items": [ { "info": { "name": "status", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the status of the API", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/status/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "This endpoint is used to check the status of the API. When behind the Blind Proxy, the `behind_proxy` field will be set to true." } ] } ], "bundled": true }