Description
We are integrating Zoom with our own product. Once they have linked through OAuth, we need to provide our users the ability to unlink their zoom account in which case we remove their token etc. from our database but the app remains installed in their Zoom account. So now if the user tries to go through oauth again, the access token API throws a 403.
Is this the right way to provide this feature to our users?
Error
Forbidden (403 Forbidden)
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://zoom.us/oauth/token
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create OAuth app
- Go through the OAuth process to get access token for a user
- Repeat 2