"Cannot access webinar information." error

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

Hi @gcgithubtest3
Thanks for reaching out to us
Yes, you should be using the get a webinar endpoint if you are querying a webinar.
To be able to identify between meeting and webinar, use the following endpoint
https://developers.zoom.us/docs/api/accounts/#tag/dashboards/get/metrics/webinars