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.
Checkout these related threads that may have the answer you are looking for:
Hi, i want to ask why if i test all API Accounts always return “Invalid access token.”… but if i use the same token to access user Api or anything, it worked.
I’m using pro account n as an owner when test the account API.
Is it a bug ?
Or there is a missing parameter in documentation API ?
My code is like this :
GET https://api.zoom.us/v2/accounts?access_token=xxx&page_number=1&page_size=30
Thanks
Hi,
My mail ID (debasish.bh@orionedutech.com ) is registered as licensed user. I created a JWT token. While tried to validate through Zoom API->Accoutns->Get A Sub Account, it shows “Invalid Access Token”. SS is attached for reference. Kindly assist.
[Invalid Access Token]
Rgds,
Debasish
I am trying to call this API “https://api.zoom.us/v2/accounts ” and it says invalid access token despite i sent the access token with the correct scope. Somehow when I tried to call another API with the same access token it does work. I am using OAuth to get the access token
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 ?
tommy
(Tommy Gaessler)
August 10, 2020, 10:38pm
4
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?
tommy
(Tommy Gaessler)
August 11, 2020, 4:45am
6
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!
tommy
(Tommy Gaessler)
August 11, 2020, 6:00pm
8
Hey @weallteach ,
Nice job! Okay for this issue, please share your request body JSON so I can debug.
Thanks,
Tommy
system
(system)
Closed
September 11, 2020, 4:00am
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.