{ "opencollection": "1.0.0", "info": { "name": "Management Applications API", "version": "1" }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Gets Apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.moesif.com/v1/~/apps", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "take", "value": "", "type": "query" }, { "name": "before_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets a list of apps for the selected organization" }, { "info": { "name": "Create a new App", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/apps", "params": [ { "name": "orgId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a new app under the selected organization" }, { "info": { "name": "Update Apps", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/apps/:id", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update the name of the app for the selected organization" }, { "info": { "name": "Delete Apps", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.moesif.com/v1/~/apps/:id", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete the app for the selected organization" } ] } ], "bundled": true }