Sourcing JSON request and response objects from generic Zoom API error codes

First post on this forum, so appreciate any guidance!

We’ve identified some Zoom API errors from the API beta dashboard, the info provided is a server error response code and a rid (something like WEB_XXXX…).

The APIs that we are accessing are from the Meeting and Webinar set and get user information from registrants and attendees.

The error codes that we are getting are 429 (rate limit) or 400 (generic).

The app that we have built is a ServerOAuth app.

From the Zoom API response ID, how do we source the JSON request and response objects and to see this from within our Zoom account to troubleshoot the errors?

Also, are the Zoom Developer Open Hours continuing in 2024?

Thanks!