Problem with /webinar/get call

So apparently, using this endpoint is valid only for webinars that happend in the last 3 months.

If I pass a webinar id for a webinar that happend more than 3 months ago, i get
{
“error”: {
“code”: 3001,
“message”: “Meeting 958344122 is not found or has expired.”
}
}

Which is kinda weird.
So in order to get the webinars details, I need to use the /metrics/meetingdetail endpoint.

Any reason why this happens? 
All I need is to get webinar details by webinar id (that I save on my server). I don’t see why I also need to save the webinar date, and use different endpoints base on that value

Hi Jolt,

 

Let me confirm this and get back to you.