{ "opencollection": "1.0.0", "info": { "name": "Microsoft Active Directory (via Microsoft Graph) Applications API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List application registrations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications" }, "docs": "List application registrations" }, { "info": { "name": "Create an application registration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications" }, "docs": "Create an application registration" }, { "info": { "name": "Get an application", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an application" }, { "info": { "name": "Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an application" } ] } ], "bundled": true }