Saltar al contenido principal
GET
/
conversations
/
v3
/
custom-channels
/
{channelId}
Obtener un canal personalizado
curl --request GET \
  --url 'https://api.hubapi.com/conversations/v3/custom-channels/{channelId}?hapikey='
{
  "capabilities": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelDescription": "<string>",
  "channelLogoUrl": "<string>",
  "webhookUrl": "<string>"
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubPro
Service HubService HubPro
Content HubContent HubGratuito

Autorizaciones

hapikey
string
query
requerido

Parámetros de ruta

channelId
integer<int32>
requerido

Respuesta

successful operation

capabilities
object
requerido
createdAt
string<date-time>
requerido
id
string
requerido
name
string
requerido
channelAccountConnectionRedirectUrl
string
channelDescription
string
channelLogoUrl
string
webhookUrl
string
Last modified on January 23, 2026