API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/past_meetings/{MEETING_ID}/instances
Description
I have been trying to access all meeting instancers older then 2021. But, whenever I execute this API call I only get the meeting instances after mid-2022. And rest of the meeting instances get skipped. How can I fetch all meeting instances? Tthe meeting is not expired for which I am looking for all instances.
Authentication method or app type
Using OAuth for authentication. Spring boot application.