a) I used below endpoint to fetch all webinars and it has listed 30 records
https://api.zoom.us/v2/metrics/webinars?from=2018-05-25&to=2018-06-20&type=past
b) From above-listed records I selected few webinar Id to fetch details, but issue is it was showing below error:
{
“code”: 3001,
“message”: “Meeting 376923733 is not found or has expired.”
}
I used below different endpoints but I got same above error