cURL
curl --request PATCH \ --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/channel-connection?hapikey=' \ --header 'Content-Type: application/json' \ --data ' { "isReady": true, "url": "<string>" } '
{ "createdAt": "2023-11-07T05:31:56Z", "isReady": true, "updatedAt": "2023-11-07T05:31:56Z", "url": "<string>" }
Modify the existing channel connection settings for the specified app.
Supported products
The unique identifier of the app for which the channel connection settings are to be updated.
successful operation
Was this page helpful?