Consuming Data from ZOOM API's for reporting purposes -

I want to consume Zoom data through the Zoom Dashboards API’s and load it into a MongoDB database. The problem that I have is that I do not know how to get the OAuth Access token. The Zoom administrator created a OAuth app and I have the Client ID and Secret. Is there any manual way in Postman or some other app that I can get the access token without using a redirect uri?
I read all the OAuth docs, but they are aimed at developing apps not data consumption.

Error
Cannot get to the access token

**Which App Type: OAuth

Which Endpoint/s?
https://api.zoom.us/v2/metrics/issues/zoomrooms
https://api.zoom.us/v2/metrics/zoomrooms/issues

Hi @jolwagen using OAuth will require you to install and then redirect each user to check that the scopes requested by the app match the user’s Role Permissions.

Here’s our OAuth guide:

And I’d also recommend taking a look at our sample OAuth app. We use ngrok to setup a temporary redirect URL.