Zum Hauptinhalt springen
POST
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
recording
Create recording settings for an app.
curl --request POST \
  --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
erforderlich

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