Skip to content

Get Slack channel

Request

Returns Slack channel.

Security
basicAuth
Path
idstringrequired

The Slack channel ID.

curl -i -X GET \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v1/alerts/slack/channels/{id}'

Responses

A 200 response

Bodyapplication/json
idstringrequired
namestringrequired
is_archivedbooleanrequired
Response
{ "id": "C012AB3CD", "name": "general" }