Zum Hauptinhalt springen
PUT
/
crm
/
v3
/
extensions
/
videoconferencing
/
settings
/
{appId}
Create or update settings
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>"
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

Body

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

Antwort

successful operation

createMeetingUrl
string
erforderlich
deleteMeetingUrl
string
fetchAccountsUri
string
updateMeetingUrl
string
userVerifyUrl
string
Last modified on April 9, 2026