Zum Hauptinhalt springen
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

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

Body

application/json
urlToRetrieveAuthedRecording
string

The URL used to access authenticated call recordings.

Antwort

successful operation

urlToRetrieveAuthedRecording
string
erforderlich

The URL used to retrieve authenticated call recordings.

Last modified on April 9, 2026