Hi All,
Need a small help on the getting the API link to get webinar participant details correct.
I am trying to generate participant info details for a particular meeting id.
API used is as below
https://api.zoom.us/v2/metrics/webinars/96404365039/participants/
Its a valid webinar id with 33 participants
However i am getting the error
{
“code”: 3001,
“message”: “Meeting does not exist: 96404365039.”
}
Not sure what is wrong as I seem to be using the same API end point as mentioned in documentation.
