ReferenceAPI referenceSlack
List eligible channels the installed Tasuku bot has joined
GET
/organizations/{organization_id}/slack/channelstasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/string/slack/channels"{ "data": [ { "id": "string", "name": "string", "is_private": true } ]}