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>"
}Return the settings for a video conference application with the specified ID.
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>"
}