fei.xie
(Fei)
1
We were using JWT method to call Zoom API, this was working fine with most of APIs, like the endpoints GET “/users” and etc.
But when we want to get the full cloud recording list of our account, at endpoints: GET “/accounts/{accountId}/recordings” (reference: https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/getaccountcloudrecording), we got error code 124 “Invalid access token”.
Do we have to use other auth, like Oauth2 to call this API?
Thanks
tommy
(Tommy Gaessler)
2
Hey @fei.xie,
Can you try passing in me as the accountId?
I just tested with JWT Token and it worked.
For example:
GET https://api.zoom.us/v2/accounts/me/recordings
Thanks,
Tommy
fei.xie
(Fei)
3
Yes, using “me” as account ID works!
Thanks a lot!
1 Like
tommy
(Tommy Gaessler)
4
Happy to hear it works! You are welcome! 
Thanks,
Tommy