I am trying to regenerate refresh token and facing the issue.
I am getting the response as {“reason”:“Invalid Token!”,“error”:“invalid_request”}
I am trying to regenerate refresh token and facing the issue.
I am getting the response as {“reason”:“Invalid Token!”,“error”:“invalid_request”}
Hey @demo1, thanks for posting and using Zoom!
Can you please provide your request url, headers, and params here so I can debug?
Thanks,
Tommy
@tommy Thanks for replying.
Url: https://zoom.us/oauth/token?grant_type=refresh_token&refresh_token={refresh_token}
Headers: “Authorization” : “Basic base64(client_id:client_secret)”
Thanks,
Mathan
Hey @demo1, happy to help!
Are you using the most recent refresh_token
each time to refresh?
Everytime you call the refresh token endpoint, you get a new refresh_token, which must be saved and used for the next refresh as the refresh={refresh_token}
.
Let me know if you want to hop on a call and I can walk you through it.
Thanks,
Tommy