Initiate an outbound Zoom call to the zoom API URI

I’m trying to create an outbound call from our classic ASP application to the zoom API using the URI redirect.
For starters, I am trying to use Postman to get my zoom token and then call the second url to make the call.

  1. Using OAuth 2.0, is my “Client ID” my email address? That is what I sign into zoom with.
  2. Where do I get my “Client Secret”?
  3. Do you have any Postman examples of authenticating and making a call?