List Slack Channels
List public and private channels visible to the connected Slack installation.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
The organization ID
project_id
The project ID
installation_id
Response
Successful Response
id
Slack channel ID.
name
Slack channel name.
is_private
Whether this is a private channel.
is_archived
Whether this channel is archived.
is_member
Whether the installed bot is a member of this channel, when reported by Slack.
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error
