We have created an OAuth App which we need to integrate with Salesforce to get Recorded meeting (which is included in scope).
Endpoints
https://zoom.us/oauth/authorize?response_type=code&client_id={clientid}&redirect_uri={redirecturl}
Error
-When we run this through Salesforce Apex, we receive 401 Status Code in response.
-When we run this through Postman, we are shown to the Zoom Sign In Page.
Looking at Postman, Seems like we need to first provide Zoom user login details.
-
But how can we provide Zoom user credential in that API call?
-
Another issue we noticed is our app status is always “Ready to install”, even after clicking on Install, it shows the redirection page and thats it. Isnt it supposed to be changed to activated.