Recent Changes Aren’t Reflected When Calling Zoom API Endpoints

Hi Zoom Devs,

I’m working with the Zoom API (v2) on my integration, and I’m seeing an issue where changes I make to settings or data aren’t reflected when I call certain endpoints. For example, after I update a meeting setting or a webhook configuration, the API response still returns old values even after multiple requests and waits.

Here’s a quick summary of what I’m doing:

  • API Used: Zoom REST API v2

  • Issue: API responses are returning old data after updates

  • Steps Taken: Retried requests, checked docs, verified authentication tokens

Is this expected behavior (caching or delay), or could it be an issue with how I’m making API requests? Any suggestions on how to ensure updated values are returned reliably would be appreciated.

Thanks in advance!

hi @heyteamenu ,

Welcome to the community.
There may be short delays in data across the network as it updates, but aside from processing a recording, I expect these to be only a few seconds.

So, I would question if you are updating the data, and the update is not returning any error?

Could you check the full contents of the return from Zoom after you call the api?

All the best

John