ReferenceAPI referenceSlack
List joined Slack channels and their passive-listening state
GET
/organizations/{organization_id}/slack/passive-listeningtasuku_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/passive-listening"{ "data": [ { "id": "string", "name": "string", "is_private": true, "passive_enabled": true } ]}