curl --request GET \
--url https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/{appId} \
--header 'Authorization: Bearer <token>'{
"createMeetingUrl": "<string>",
"deleteMeetingUrl": "<string>",
"fetchAccountsUri": "<string>",
"updateMeetingUrl": "<string>",
"userVerifyUrl": "<string>"
}Obtenha as configurações da extensão de videoconferência do seu aplicativo
curl --request GET \
--url https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/{appId} \
--header 'Authorization: Bearer <token>'{
"createMeetingUrl": "<string>",
"deleteMeetingUrl": "<string>",
"fetchAccountsUri": "<string>",
"updateMeetingUrl": "<string>",
"userVerifyUrl": "<string>"
}Supported products
The access token received from the authorization server in the OAuth 2.0 flow.