{ "opencollection": "1.0.0", "info": { "name": "Apollo Config Open Apps API", "version": "2.2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List all apps", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8070/openapi/v1/apps" }, "docs": "Returns a list of all registered applications." }, { "info": { "name": "Get app info", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8070/openapi/v1/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Returns information about a specific application." } ] } ], "bundled": true }