Skip to main content
GET
/
api
/
v1
/
organization
/
slack
/
channels
List available Slack channels for alerting
curl --request GET \
  --url https://prod.featherhq.com/api/v1/organization/slack/channels \
  --header 'X-API-Key: <api-key>'
{
  "channels": [
    {
      "id": "<string>",
      "name": "<string>",
      "isPrivate": true,
      "isMember": true
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

Slack channels

channels
object[]
required