Description
*While attempting to generate an OAuth access token with postman , I’m getting the below error message despite being an owner on the Zoom account. No other details of below error. what is the problem ? could you please help?
How To Reproduce Steps to reproduce the behavior:
*1. I downloaded the postman templates from zoom documentation and ı filled the clientid and secret and callback url and try but geting error.
Do you have permission to install apps to your account?
Have you put the callback url on you auth allow list for the set of credentials you are using to request an access token?
Alternatively, if using Postman to authorize, please try checking “authorize using browser” and adding https://oauth.pstmn.io/v1/browser-callback to your auth allow list and trying again.
Hi,
I am a owner. where do i get permission to install apps on account ?I haven’t seen such a step anywhere. I’m trying to get a code for my own dummy app on my own account.
Yes ı put callback url to allow list.
alternatively, ı tried your solution ( authorize using browser) but I got another error. Invalid redirect: https://oauth.pstmn.io/v1/callback (4,700)
This may be because you have to uninstall the app via “local test”, save the new URL on the allow list, and install again before trying to create a token with the credentials.