{ "opencollection": "1.0.0", "info": { "name": "Lumos REST AccessPolicies Apps API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List all company apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/apps" }, "docs": "List all company apps" }, { "info": { "name": "Create app", "type": "http" }, "http": { "method": "POST", "url": "https://api.lumos.com/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Create app" }, { "info": { "name": "Retrieve specific app", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ] }, "docs": "Retrieve specific app" }, { "info": { "name": "Update app", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lumos.com/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update app" }, { "info": { "name": "Fetch app categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/apps/categories" }, "docs": "Fetch app categories" }, { "info": { "name": "Get app settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/apps/:app_id/settings", "params": [ { "name": "app_id", "value": "", "type": "path" } ] }, "docs": "Get app settings" }, { "info": { "name": "Update app settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lumos.com/apps/:app_id/settings", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update app settings" } ] } ], "bundled": true }