{ "opencollection": "1.0.0", "info": { "name": "Lumos REST AccessPolicies Accounts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List all accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/accounts" }, "docs": "List all accounts" }, { "info": { "name": "Upload accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.lumos.com/accounts/upload", "body": { "type": "json", "data": "{}" } }, "docs": "Upload accounts" }, { "info": { "name": "Check upload status", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/accounts/upload/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Check upload status" } ] } ], "bundled": true }