I am trying to develop a application using Zoom API(OAuth). I created the OAuth App and referred the code in zoom marketplace documentation.
This is my code. Node Js
Is anything I am missing here? I am not getting the access token.
Thanks in Advance
Hi @vasanthpai1996,
Thanks for reaching out about this.
Can you please ensure you’re passing one of our supported grant types when requesting an access token?
This should be grant_type=authorization_code.
Thanks,
Will
Yes… Its working… Thanks for the response 
Awesome, glad to hear that did the trick @vasanthpai1996 !
Best,
Will