API Endpoint(s) and/or Zoom API Event(s)
Meetings APIs
Description
I use the “https://api.zoom.us/v2/metrics/meetings*“ API to get a list of meetings. And then for each meeting I call the* Meetings APIs to get meeting details.
But for some meetings I am getting the error:
{“code”:3000,“message”:“Cannot access webinar information.”}
Should a different API be used to get details for a webinar?
The “https://api.zoom.us/v2/metrics/meetings*“ API doesn’t have a field saying if it’s a webinar or a regular meeting. So how to know what API should be used for a meeting/webinar to get its details?*
Error?
{“code”:3000,“message”:“Cannot access webinar information.”}
How To Reproduce
N/A