Get Slack channels for workspace
cURL
curl --request GET \ --url https://{hostname}.gable.ai/v0/slack/channels \ --header 'X-API-KEY: <api-key>'
{ "channels": [ { "id": "<string>", "name": "<string>" } ], "workspaceName": "<string>" }
Show child attributes