GET
/
crm
/
v3
/
extensions
/
videoconferencing
/
settings
/
{appId}
Get settings
curl --request GET \
  --url https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/{appId}
{
  "createMeetingUrl": "https://example.com/create-meeting",
  "updateMeetingUrl": "https://example.com/update-meeting",
  "deleteMeetingUrl": "https://example.com/delete-meeting",
  "userVerifyUrl": "https://example.com/user-verify"
}
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

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

The ID of the video conference application. This is the identifier of the application created in your HubSpot developer portal.

Response

200
application/json

successful operation

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