Zum Hauptinhalt springen
GET
/
crm
/
v3
/
extensions
/
videoconferencing
/
settings
/
{appId}
Einstellungen abrufen
curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/{appId}?hapikey='
{
  "createMeetingUrl": "<string>",
  "deleteMeetingUrl": "<string>",
  "fetchAccountsUri": "<string>",
  "updateMeetingUrl": "<string>",
  "userVerifyUrl": "<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

Antwort

successful operation

createMeetingUrl
string
erforderlich
deleteMeetingUrl
string
fetchAccountsUri
string
updateMeetingUrl
string
userVerifyUrl
string
Last modified on February 12, 2026