ZOOM API for delta changes is required

I have read zoom data using API.
Starts are: users: 60k, meetings: 50k
I don’t like to read 60k users daily even though there are no changes for them. I would prefer to read only hosts users and their modified meetings on each day.

Is there a way to this using ZOOM API?

Hi @cdp, I highly suggest you take advantage of our Webhook Event Subscriptions, including Meeting Updated and User Updated so you can receive notifications on the data which has changed, rather than having to query and compare deltas.