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!