Get all channels in a Slack integration

GET {{baseUrl}}/api/v1/integration/slack/configuration/accounts/:account_name/channels

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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