{ "opencollection": "1.0.0", "info": { "name": "Lithic 3DS Status API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "API status check", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/status" }, "docs": "Status of api" } ] } ], "bundled": true }