Passer au contenu principal
PUT
/
crm
/
v3
/
extensions
/
videoconferencing
/
settings
/
{appId}
Créer ou mettre à jour les paramètres
curl --request PUT \
  --url 'https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/{appId}?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "createMeetingUrl": "<string>",
  "deleteMeetingUrl": "<string>",
  "fetchAccountsUri": "<string>",
  "updateMeetingUrl": "<string>",
  "userVerifyUrl": "<string>"
}
'
{
  "createMeetingUrl": "<string>",
  "deleteMeetingUrl": "<string>",
  "fetchAccountsUri": "<string>",
  "updateMeetingUrl": "<string>",
  "userVerifyUrl": "<string>"
}
Produits pris en charge
Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing HubGratuit
Sales HubSales HubGratuit
Service HubService HubGratuit
Content HubContent HubStarter

Autorisations

hapikey
string
query
requis

Paramètres de chemin

appId
integer<int32>
requis

Corps

application/json
createMeetingUrl
string
requis
deleteMeetingUrl
string
fetchAccountsUri
string
updateMeetingUrl
string
userVerifyUrl
string

Réponse

successful operation

createMeetingUrl
string
requis
deleteMeetingUrl
string
fetchAccountsUri
string
updateMeetingUrl
string
userVerifyUrl
string
Last modified on January 23, 2026