Saltar al contenido principal
GET
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
channel-connection
Retrieve the channel connection settings for a specific app.
curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/channel-connection?hapikey='
{
  "createdAt": "2023-11-07T05:31:56Z",
  "isReady": true,
  "updatedAt": "2023-11-07T05:31:56Z",
  "url": "<string>"
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent HubGratuito

Autorizaciones

hapikey
string
query
requerido

Parámetros de ruta

appId
integer<int32>
requerido

Respuesta

successful operation

createdAt
string<date-time>
requerido

The date and time when the channel connection settings were created.

isReady
boolean
requerido

Indicates whether the channel connection settings are ready for use.

updatedAt
string<date-time>
requerido

The date and time when the channel connection settings were last updated.

url
string
requerido

The URL associated with the channel connection settings.

Last modified on January 23, 2026