v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
channels

Returns an array of all channels

get/channels

Response

Successful response

idstring uuid

The channel id

namestring

The name of the channel

emojistring

The emoji for the channel

type'POSTS' | 'CHAT' | 'VOICE'

What type of channel this is.

Example response

[
  {
    "name": "introductions",
    "emoji": "👋"
  }
]