Pular para o conteúdo principal
GET
/
conversations
/
v3
/
custom-channels
/
{channelId}
Obtenha um canal personalizado
curl --request GET \
  --url https://api.hubapi.com/conversations/v3/custom-channels/{channelId}
{
  "capabilities": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelDescription": "<string>",
  "channelLogoUrl": "<string>",
  "webhookUrl": "<string>"
}

Supported products

Parâmetros de caminho

channelId
integer<int32>
obrigatório

Resposta

successful operation

capabilities
object
obrigatório
createdAt
string<date-time>
obrigatório
id
string
obrigatório
name
string
obrigatório
channelAccountConnectionRedirectUrl
string
channelDescription
string
channelLogoUrl
string
webhookUrl
string
Last modified on April 13, 2026