Missing scopes for videoconferencing extension API

Sending requests to the settings endpoints of the videoconferencing extension API gives me the following error:

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.

The app-Id as well as the Developer API key are set.

Which scopes are required to be set for accessing this API?

Hey, @TL31 :waving_hand: Can you conform that your videoconference settings are set up correctly? You can use GET /crm/v3/extensions/videoconferencing/settings/{appId} which should return a 200 response along with its details.

Thanks! — Jaycee

@Jaycee_Lewis Are there any other suggestions/things I need to do? The problem still persists.

Hi @Jaycee_Lewis, the suggested endpoint gives me the same error as described above.

The app id is set, the developer api key is set and I also use the access token as bearer token in my request to GET /crm/v3/extensions/videoconferencing/settings/{appId}.