CRMを拡張
cURL
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>" }
アプリの[チャネル接続](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#fetch-existing-channel-connection-settings)に関連した設定を取得します。
チャネル接続設定を取得するアプリの固有ID。
successful operation
チャネル接続設定が作成された日時。
チャネル接続設定を使用する準備ができたかどうかを示します。
チャネル接続設定が最後に更新された日時。
チャネル接続設定と関連付けられたURL。