{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Calendar Mail 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": "Mail", "type": "folder" }, "items": [ { "info": { "name": "List signed-in user's mail messages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/messages" }, "docs": "List signed-in user's mail messages" }, { "info": { "name": "Send mail as the signed-in user", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/sendMail", "body": { "type": "json", "data": "{}" } }, "docs": "Send mail as the signed-in user" } ] } ], "bundled": true }