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
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