Tasuku
ReferenceAPI referenceSlack

List eligible channels the installed Tasuku bot has joined

GET/organizations/{organization_id}/slack/channels

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Response 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    }  ]}