{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Channel API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Channel", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Channel Information by Name", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/channel/:tenant_name/:team_name/:channel_name", "params": [ { "name": "tenant_name", "value": "", "type": "path", "description": "Your tenant name." }, { "name": "team_name", "value": "", "type": "path", "description": "Your team name." }, { "name": "channel_name", "value": "", "type": "path", "description": "Your channel name." } ] }, "docs": "Get the tenant, team, and channel ID of a channel in the Datadog Microsoft Teams integration." } ] } ], "bundled": true }