Making v2 requests with SDK credentials

I’ve just registered my API plan so I now have SDK credentials.

However, I’m not sure how to use those credentials to get a JWT token / oauth flow, to make authenticated requests.

I’m trying to create a user with v2 API, when I look at the SDK example here: https://github.com/zoom/sample-app-node/blob/master/index.js

I see it is using v1, can I use v2 with SDK credentials? If so how to do I make authenticated requests?

Hi @Mike_Vercoelen,

If you are trying to use the v2 API, you can either generate a JWT token or a OAuth token, please see our authentication guide - https://marketplace.zoom.us/docs/api-reference/Authentication.

What SDK platform are you looking to use?

Thanks