We have a web app that calls the Zoom API to retrieve details of webinars/meetings and generate a report for our clients. We are in the process of transitioning to a server-to-server OAuth app. I can generate a token and successfully send it to retrieve webinar details in Postman. However, when I run our C# code, I can generate the token but cannot retrieve the details. Instead, I receive an error/bad request.
Could you please clarify what this error means? Is it related to network or HTTPS issues, or is there something incorrect in the request body/header or authorization that’s causing this error when sending the request to the Zoom API?