Skip to main content
GET
Get a chat by external channel id

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Query Parameters

source
enum<string>
required

Messaging platform the channel belongs to.

Available options:
discord,
slack
Example:

"discord"

id
string
required

Channel ID on that platform.

Required string length: 1 - 200
Example:

"channel_123"

Response

Chat fetched successfully

chatId
string
required
title
string
required
createdAt
string
required
updatedAt
string
required
pinnedAt
string | null
required
externalChannelId
object | null
Last modified on September 18, 2026