Get Slack channels for workspace
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/slack/channels'
{ "channels": [ { "id": "<string>", "name": "<string>" } ], "workspaceName": "<string>" }
Slack channels
The response is of type object.
object