Description
I have a working production redirect URL. However, I’m working to move it to other domain, so I add the new domain to OAuth allow list section in App credentials. But it seems not working since I always got response like this
Error
{
"status": false,
"errorCode": 4700,
"errorMessage": "Invalid redirect: https://mynewdomain",
"result": null
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://zoom.us/oauth/authorize?response_type=code&client_id=xxxxxxxx&redirect_uri=https://mynewdomain)