Pular para o conteúdo 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>"
}
Produtos suportados
Requer um dos seguintes produtos ou superior.
Marketing HubMarketing HubGrátis
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent HubGrátis

Autorizações

hapikey
string
query
obrigatório

Parâmetros de caminho

appId
integer<int32>
obrigatório

Resposta

successful operation

createdAt
string<date-time>
obrigatório

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

isReady
boolean
obrigatório

Indicates whether the channel connection settings are ready for use.

updatedAt
string<date-time>
obrigatório

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

url
string
obrigatório

The URL associated with the channel connection settings.

Last modified on January 23, 2026