Skip to main content
PATCH
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
recording
Update recording settings for an app.
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

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The unique identifier for the app whose recording settings are being updated.

Body

application/json
urlToRetrieveAuthedRecording
string

The URL used to access authenticated call recordings.

Response

successful operation

urlToRetrieveAuthedRecording
string
required

The URL used to retrieve authenticated call recordings.

Last modified on February 12, 2026