GET
/
v0
/
slack
/
channels
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/slack/channels'
{
  "channels": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ],
  "workspaceName": "<string>"
}

Response

200
application/json

Slack channels

The response is of type object.