API Endpoint(s) and/or Zoom API Event(s)
accounts/{ACCOUNT_ID}/recordings
Description
My intent is to list all cloud recordings under an account, and then get their transcripts. I think this is the API I should use, and have created an server-to-server app which enabled the cloud_recording:read:list_account_recordings:master
scope and a few others. However, when I call this API, I still get
{"code":4711,"message":"Invalid access token, does not contain scopes:[cloud_recording:read:list_account_recordings:master]."}
I noticed that this might be a bug as indicated in Master API for "Pro or a higher plan"?. That said, I’m also wondering if this is the correct API because I am not sure my account is a master account. Does the fact that I was able to add the :master scope mean my account is a master account? In any case, please let me know if there is a better API to fulfill this purpose.