Ellipsis APIReferencePlatform

List Slack Channels

List the channels of the connected Slack workspace, fetched live from the Slack API.

GET
/v1/slack/channels

List the channels of the connected Slack workspace, fetched live from the Slack API.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/slack/channels"
{  "channels": [    {      "id": "string",      "is_member": true,      "is_private": true,      "name": "string"    }  ],  "team_id": "string",  "team_name": "string"}