{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Admin Settings App Catalog API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App Catalog", "type": "folder" }, "items": [ { "info": { "name": "Get all apps", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/apps", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Get all apps" }, { "info": { "name": "Get app by name", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/apps/:name", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get app by name" } ] } ], "bundled": true }