{ "opencollection": "1.0.0", "info": { "name": "MIDAS Agents API", "version": "1.1.0-rc.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "Get an agent", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/agents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an agent" } ] } ], "bundled": true }