List all recording of an account with error code 124: Invalid access token

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

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

Yes, using “me” as account ID works!

Thanks a lot!

1 Like

Happy to hear it works! You are welcome! :slight_smile:

Thanks,
Tommy