Invalid token in test zoom api

Description
i created an auth app and use the installation url as access token in testing api

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

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth

Which Endpoint/s?
https://api.zoom.us/v2/users

How To Reproduce (If applicable)
if you go page https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users
put access token from my app .

my app name is test1.

Hey @weallteach

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

im not testing account api, i only want to test users and meetings. would that require master account too ?

Hey @weallteach,

Did you follow the OAuth guide here to get an access token?

Thanks,
Tommy

I created oath app, installed it, should the installed url be the access token?

Hey @weallteach,

No, the install url is not the access token.

Thanks,
Tommy

thanks for clarifying it! so i was able to use the button generating access token on test api later. but when im creating meeting api, i got this. would you know if there is special handling in test api


{
“code”: 300,
“message”: “Request Body should be a valid JSON object.”
}

thanks!

Hey @weallteach,

Nice job! Okay for this issue, please share your request body JSON so I can debug.

Thanks,
Tommy

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