So i want to make some calls using postman but it looks like i need a new token on each request? is this correct. How would i do this in postman? Using JWT it looks like i need to create an app and pass the token each time? Can i use username /password to gen token or do i need the keys in a certain way
Thanks
so i had to create a quick app.js to get a token, but are we required to have an expire time
Here is a blog post on how to test v2 with postman https://developer.zoom.us/blog/using-zoom-apis-version-2-with-postman/
You can set the expiry to a future date like a week, so that you don’t have to generate the token so often
Thanks That helps alot, got it working now
may want to add a link to the blog post in the API Doc under auth