Get acces token JWT from ZOOM API

What is the method to get the JWT access token from the ZOOM API?
I have registered my app using JWT authentication. I’m using React and i have to get the access token to make some request.
The access token has to be placed on the header like this : ‘Authorization’ : 'Bearer ’ + token
That’s right ?
Thank you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.