{ "opencollection": "1.0.0", "info": { "name": "Microsoft 365 Copilot (Microsoft Graph) Connectors Search 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": "Search", "type": "folder" }, "items": [ { "info": { "name": "Issue a Microsoft Search query (drives Copilot grounding)", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/search/query", "body": { "type": "json", "data": "{}" } }, "docs": "Issue a Microsoft Search query (drives Copilot grounding)" } ] } ], "bundled": true }