Hi.
I have a external services for streaming Video so I want to implement Video Conference Extension for generating automatic meeting link. But the documents seem outdate and when I tried to call API, it said me ‘isn’t available for public use’.
Anyone still can usse Video Conference Extension API, please help me
Hello @nghminh163_cp, thank you for posting in our Community!
Just to confirm, have you followed the steps that are showing on our developer’s doc page here?
The Video Conference API gives integrators the ability to plug into the meeting creation flow within HubSpot and add video conference information. Using this API will involve the following steps:
- Set up your app with Video Conference Extensions webhooks. You will provide URIs to HubSpot that HubSpot will use to notify you when customers are creating or updating meetings.
- Handle the meeting creation webhooks and, optionally, the meeting update webhooks.
- Handle user identity verification webhooks, if necessary.
Settings API:
Developers will use this Settings API to set up an existing application. You can use the access token from your private app to authenticate the request.
To our top experts @Anton @DanielSanchez @jolle any recommendations to @nghminh163_cp?
Thank you,
Pam
Hi!! I’m running into the similar problem.
When I do a call to the Settings API, first just to list my settings, using my DEVELOPER API KEY, and the APP ID for the app that I want to set up, I get back 404 from the API.
I tried using the documentation “Try a request” interface shown in the screenshot
Thinking that I need to potentially do the call from a user of my app perspective, I then tried using OAuth authentication to the same Settings endpoint, and then got what I think is the same response @nghminh163_cp is talking about
"{\"status\":\"error\",\"message\":\"The scope needed for this API call isn't available for public use. If you have questions, contact support or post in our developer forum.\",\"correlationId\":\"7d3da218-8842-4c0d-8bee-237be8879abc\",\"links\":{\"support\":\"https://help.hubspot.com/\",\"forum\":\"https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations\"},\"category\":\"MISSING_SCOPES\"}"
Could you help understand how I should configure my app?