{ "opencollection": "1.0.0", "info": { "name": "Rancher Management Apps API", "version": "1.0" }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List apps", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/apps", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List apps" } ] } ], "bundled": true }