Skip to main content
GET
/
conversations
/
v3
/
custom-channels
/
{channelId}
Obtener un canal personalizado
curl --request GET \
  --url https://api.hubapi.com/conversations/v3/custom-channels/{channelId}
{
  "channelDescription": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "capabilities": {},
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelLogoUrl": "<string>",
  "name": "<string>",
  "id": "<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

Authorizations

hapikey
string
query
required

Path Parameters

channelId
integer
required

Response

successful operation

createdAt
string<date-time>
required
capabilities
object
required
name
string
required
id
string
required
channelDescription
string
channelAccountConnectionRedirectUrl
string
channelLogoUrl
string
webhookUrl
string