POST Oauth Authorization token failure

Using this template helps us debug your issues more effectively :slight_smile:

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.

Hi, @marvieir,
Thank you for posting in the Developer Forum. Please make sure you are using the latest token. More details on refreshing Access tokens can be found in our help documentation. You may also be interested in checking out this helpful developer Forum post linked below.

Help Documentation :
https://marketplace.zoom.us/docs/guides/auth/oauth#using-access-token

Developer Forum post :

Let me know if this helps,
Donte

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.