v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Slack Integration

Get all channels in a Slack integration

Get a list of all channels configured for your Datadog-Slack integration.

get/api/v1/integration/slack/configuration/accounts/{account_name}/channels

Path parameters

account_namestring required

Your Slack account name.

Response

OK

namestring

Your channel name.

Example response

[
  {
    "display": {
      "message": true,
      "mute_buttons": true,
      "notified": true,
      "snapshot": true,
      "tags": true
    },
    "name": "#channel_name_main_account"
  },
  {
    "display": {
      "message": true,
      "mute_buttons": true,
      "notified": true,
      "snapshot": false,
      "tags": true
    },
    "name": "#channel_name_doghouse"
  }
]