Unable to make a post request from backend for oauth2.0 authorization

Description
While sending post request with client_id and client_secret from backend and am not getting back the code with which i should send another post request to get access token.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. response=requests.post(‘https://zoom.us/oauth/authorize?client_id=<client_id>&response_type=code&redirect_uri=http%****’)

I have installed the oauth app and also provided my redirect url. I am trying to get the response and access the code from the response. But the response.url is the same as to the URL in my post request with small changes.

Hey @lachu2598

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout this related thread that may have the answer you are looking for:

If this thread did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

This thread is not helping.

Hey @lachu2598,

The authorize URL needs to be navigated to in the browser. You cannot make a Post request to the authorize url:

Thanks,
Tommy

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