Skip to main content
PATCH
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
recording
cURL
curl --request PATCH \
  --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/recording?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "urlToRetrieveAuthedRecording": "<string>"
}
'
{
  "urlToRetrieveAuthedRecording": "<string>"
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Free
Sales HubSales Hub -Free
Service HubService Hub -Free
Content HubContent Hub -Free
Data HubData Hub -Free

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

Body

application/json
urlToRetrieveAuthedRecording
string

Response

successful operation

urlToRetrieveAuthedRecording
string
required

The URL used to retrieve authenticated call recordings.

Last modified on December 16, 2025