{ "opencollection": "1.0.0", "info": { "name": "Application Research CNAB Bundle API Resources Status API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Application Research List all installations", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/v1/installations" }, "docs": "Application Research List all installations" }, { "info": { "name": "Application Research Get installation status", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/v1/installations/:name/status", "params": [ { "name": "name", "value": "", "type": "path", "description": "Installation name" } ] }, "docs": "Application Research Get installation status" } ] } ], "bundled": true }