Getting this Error... {"reason":"Internal Error","error":"invalid_request"}

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

1 Like

Yes… Its working… Thanks for the response :smiley:

Awesome, glad to hear that did the trick @vasanthpai1996 !

Best,
Will

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.