Extend the CRM
English
cURL
curl --request PATCH \ --url https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/recording \ --header 'Content-Type: application/json' \ --data '{ "urlToRetrieveAuthedRecording": "<string>" }'
{ "urlToRetrieveAuthedRecording": "<string>" }
Update the URL that HubSpot will use to retrieve call recordings.
The ID of the app.
successful operation
The response is of type object.
object
Was this page helpful?