{ "opencollection": "1.0.0", "info": { "name": "Choreo API Management Alerts Applications API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Choreo List applications", "type": "http" }, "http": { "method": "GET", "url": "https://console.choreo.dev/api/v1/applications", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of applications owned by the authenticated user. An application in Choreo is a logical representation of a physical application such as a mobile app, web app, or device." }, { "info": { "name": "Choreo Create an application", "type": "http" }, "http": { "method": "POST", "url": "https://console.choreo.dev/api/v1/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new application to subscribe to APIs and generate credentials." }, { "info": { "name": "Choreo Get an application", "type": "http" }, "http": { "method": "GET", "url": "https://console.choreo.dev/api/v1/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific application." }, { "info": { "name": "Choreo Update an application", "type": "http" }, "http": { "method": "PUT", "url": "https://console.choreo.dev/api/v1/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update details of an existing application." }, { "info": { "name": "Choreo Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://console.choreo.dev/api/v1/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path" } ] }, "docs": "Delete an application and all its subscriptions." } ] } ], "bundled": true }