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