Description
We want to scrape a list of all future-scheduled webinars in our account (to have a human assign some accounting fields to each session before it happens).
But a quick browse implies have to use GET /users/{userId}/webinars which implies have to pass a single userId.
Is that true? Does that mean I have to get-all-users on my account, then step through and make a separate call per user to get their scheduled sessions?
Or is there another endpoint that lists future webinars?
Also, if I have to use this per-user endpoint, is there really no param to ask for a date-range? So it’s always going to give me their entire history, and I have to step through and filter each record to limit to recent records?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?