Using this template helps us debug your issues more effectively
Description
I’m trying to get all upcoming meetings with this : https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings. But even though i’ve set ‘type’ to ‘upcoming’ it returns meetings that are up to one month old.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users/{userId}/meetings
How To Reproduce (If applicable)
my request data:
{
"type": "scheduled",
"page_size": 300,
"page_number": "1"
}