List accessible Slack channels

GET/api/v1/integrations/slack/channels

Parameters

This endpoint does not accept parameters.

Responses

200Channel list

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/integrations/slack/channels" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Channel list
Example response not yet documented.