{ "opencollection": "1.0.0", "info": { "name": "Lumos REST AccessPolicies Utility API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Utility", "type": "folder" }, "items": [ { "info": { "name": "Check API liveness", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/info" }, "docs": "Check API liveness" } ] } ], "bundled": true }