{ "opencollection": "1.0.0", "info": { "name": "Integry Apps API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "App-Key", "value": "{{App-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List apps", "type": "http" }, "http": { "method": "POST", "url": "https://api.integry.io/apps/list" }, "docs": "List apps available within the Integry workspace." }, { "info": { "name": "Get app", "type": "http" }, "http": { "method": "POST", "url": "https://api.integry.io/apps/:app_name/get", "params": [ { "name": "app_name", "value": "", "type": "path" } ] }, "docs": "Retrieve metadata for a single app by name." } ] } ], "bundled": true }