Using this template helps us debug your issues more effectively
Description
after requesting an authorization token and it expire we try to request to renew the token and we receive a failure message. for many times the same problem is happening
Error
Client error: POST https://zoom.us/oauth/token?grant_type=authorization_code&code=[Redacted]&redirect_uri=[Redacted]
resulted in a 400 Bad Request
response:\n{“reason”:“Invalid authorization code [Redacted]”,“error”:“invalid_request”}\n",)
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
Client error: POST https://zoom.us/oauth/token?grant_type=authorization_code&code=[Redacted]&redirect_uri=[Redacted]
resulted in a 400 Bad Request
response:\n{“reason”:“Invalid authorization code [Redacted]”,“error”:“invalid_request”}\n",)
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Client error: POST https://zoom.us/oauth/token?grant_type=authorization_code&code=[Redacted]&redirect_uri=http:/[Redacted]
resulted in a 400 Bad Request
response:\n{“reason”:“Invalid authorization code [Redacted]”,“error”:“invalid_request”}\n",)
Screenshots (If applicable)
there is no screenshot bbut a error message
Additional context
Add any other context about the problem here.