Hi @tommy
I am trying to make a callout from salesforce to zoom to get the answers provided by users when registering for webinars. My idea is to get the auth token and then make 2nd call to get the user responses.
I made an HTTP callout to authenticate with zoom by making a callout (GET) to the following endpoint
https://zoom.us/oauth/authorize?response_type=code&client_id=<my_client_id>&redirect_uri=https://www.jstreet.org/
I was expecting an auth token to be received, but I got HttpResponse[Status=null, StatusCode=302]
Let me know if you need more info.