tom71
(Tom)
August 19, 2020, 10:47am
1
Description
Cloud Recording APIs
GET /v2/accounts/{accountId}//recordings List all recordings of a Sub Account.
Error
“code”: 124,
“message”: “Invalid access token.”
I use Postman with a valid token (I just test this token with another API and it’s correctly).
accountId : ojQgoxKwRgag**********
I send : ://api.zoom.us/v2/accounts/ojQgoxKwRgag**********/recordings
I receive this message:
“code”: 124,
“message”: “Invalid access token.”
I think the "accountId " is correct. I get the accountId with :
//api.zoom.us/v2/users?role_id=0
Can you help me?
Hey @tom71
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
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
system
(system)
Closed
September 18, 2020, 8:47pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.