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": "https://example.com/create-meeting",
  "updateMeetingUrl": "https://example.com/update-meeting",
  "deleteMeetingUrl": "https://example.com/delete-meeting",
  "userVerifyUrl": "https://example.com/user-verify"
}

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

The URLs of the various actions provided by the video conferencing application. All URLs must use the https protocol.

createMeetingUrl
string
erforderlich

The URL that HubSpot will send requests to create a new video conference.

deleteMeetingUrl
string

The URL that HubSpot will send notifications of meetings that have been deleted in HubSpot.

fetchAccountsUri
string
updateMeetingUrl
string

The URL that HubSpot will send updates to existing meetings. Typically called when the user changes the topic or times of a meeting.

userVerifyUrl
string

The URL that HubSpot will use to verify that a user exists in the video conference application.

Last modified on January 5, 2026