Skip to main content
GET
/
api
/
v1
/
slack
/
channels
cURL
curl --request GET \
  --url http://api/v1/slack/channels
{
  "results": [
    {
      "name": "<string>",
      "id": "<string>"
    }
  ],
  "status": "ok"
}

Query Parameters

excludeArchived
boolean
excludeDms
boolean
excludeGroups
boolean
forceRefresh
boolean

Response

Success

status
enum<string>
required
Available options:
ok
results
object[]