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>"
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

The unique identifier for the app.

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 January 5, 2026