{ "opencollection": "1.0.0", "info": { "name": "Microsoft Entra ID (Microsoft Graph) REST Applications API", "version": "v1.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 applications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications" }, "docs": "List applications" }, { "info": { "name": "Create an application registration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications", "body": { "type": "json", "data": "{}" } }, "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", "description": "The id or userPrincipalName of the directory object" } ] }, "docs": "Get an application" }, { "info": { "name": "Update an application", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id or userPrincipalName of the directory object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update 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", "description": "The id or userPrincipalName of the directory object" } ] }, "docs": "Delete an application" } ] } ], "bundled": true }