メインコンテンツへスキップ
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>"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent Hub無料ツール

承認

hapikey
string
query
必須

パスパラメータ

appId
integer<int32>
必須

レスポンス

successful operation

createdAt
string<date-time>
必須

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

isReady
boolean
必須

Indicates whether the channel connection settings are ready for use.

updatedAt
string<date-time>
必須

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

url
string
必須

The URL associated with the channel connection settings.

Last modified on January 23, 2026