Format Your New Topic as Follows:
Zoom Apps Configuration
Share the Zoom Apps configuration (e.x. React, Vanilla JS, Node.js) you’re working with to give relevant context.
Description
I am using below command to generate the access token with Server 2 server app but getting an error
curl --location --request POST ‘https://zoom.us/oauth/token?grant_type=account_credentials&account_id=ACCOUNT_ID’
-header ‘Authorization: Basic (Base64 encode CLIENT_ID:CLIENTSECRET)’
Error?
{“reason”:“unsupported grant type”,“error”:“unsupported_grant_type”}