I found how to check the remaining rate limit in another post.
But how do I check the usage details of daily limit of api rate by zoom id of specific user?
I’m receiving errors at specific intervals, and I absolutely need to determine why the API rate limit of 100 requests was exceeded on those days.
I am getting “code 429 : You have exceeded the daily rate limit (100) of Meeting Create/Update API requests” on
Rather than just seeing the remaining daily request count for the given Zoom ID, I want to know exactly when and with which requests the count was incremented. I need access to those logs.