Issues with Webhook Scopes for OAuth Integration

Description:

I am encountering issues while integrating Zoom webhooks using OAuth. Although the OAuth flow works and I can obtain access tokens, I am unable to create webhooks due to missing scopes: webhook:read:admin and webhook:write:admin. The Zoom Developer console does not provide an option to add these specific scopes. I currently have a private app on Zoom.

Error:

The full error message is:
Invalid access token, does not contain scopes: [webhook:read:admin, webhook:write:admin].

How To Reproduce:

  1. Request URL / Headers:

    • API Route : POST {zoom-api-URL}/v2/webhooks

    • Headers: Authorization: Bearer <access_token>

Let me know if you need more details.

Thank you for your support.