Skip to main content
GET
/
v1
/
api
/
slack
/
channels
/
joinable
List joinable Slack channels
curl --request GET \
  --url https://api.hq.zone/v1/api/slack/channels/joinable \
  --header 'Authorization: Bearer <token>'
{
  "channels": [
    {
      "id": "<string>",
      "is_private": true,
      "name": "<string>"
    }
  ],
  "connected": true
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Response

200 - application/json

Public channels HQ can self-join

channels
object[]
required
connected
boolean
required

Whether this workspace has a live (non-revoked) Slack install. false means the picker should prompt to connect Slack rather than show an empty list.