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