Invalid Access Token - Create Meeting API

Description
I generated a valid authorization code from the api call https://zoom.us/oauth/authorize?response_type=code&client_id****** and then also was able to generate access token and refresh token. but right after generating access token , I am using that access token to create a meeting in my zoom account, but I am getting error as follows

Error
{“code”:124,“message”:“Invalid access token.”}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I also did regenerated a new authorization code and then again new access token and refresh token, and again tried to use the newly generated accesstoken, but still getting the same error {“code”:124,“message”:“Invalid access token.”}

I am not using postman, directly using from my code on server to server request, which should work, but in my case, its not working

Which Endpoint/s?
createMeeting API

Hey @integration

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

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