I am trying to create my Video Conference integration, but it looks like API keys are now deprecated and I can’t generate a new one, and access tokens don’t work for this API.
1. In Postman, PUT {{baseUrl}}/crm/v3/extensions/videoconferencing/settings/{my test account id}
2. Set the Bearer token to the access token
3. Setup the json body as per the docs.
Response is:
{
"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": "88028b35-546c-4690-a8e8-74ce95236e3f",
"links": {
"support": "https://help.hubspot.com/",
"forum": "https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations"
},
"category": "MISSING\_SCOPES"
}