GET
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
channel-connection
Recuperar la configuración de conexión del canal
curl --request GET \
  --url https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/channel-connection
{
  "createdAt": "2023-11-07T05:31:56Z",
  "isReady": true,
  "url": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}
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

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

El ID de la aplicación.

Response

200
application/json

successful operation

The response is of type object.