Creating legacy public apps and project-based apps is temporarily unavailable for new HubSpot accounts.
Learn more in our Trust Center.
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>"
}Update the recording settings for a specific app using the provided app ID.
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
The unique identifier for the app whose recording settings are being updated.
The URL used to access authenticated call recordings.
successful operation
The URL used to retrieve authenticated call recordings.
Was this page helpful?