Invalid access code in response

Am able to generate api key and secret and used this to get access token from https://jwt.io/ as per the instructions given. 

when I use any api from Postman I get 

“code”: 124,
“message”: “Invalid access token.”

I had tried several times to get new secret and key and tokens and tried. Still i face the issue.

 

Hi,

I think you should modify the payload to generate an appropriate access token.
As written in the documents, the payload must include “iss” and"exp" parameters.
“iss” represents you API KEY in your developer account.
“exp” represents the expiration date of the token.

When using POSTMAN, the article in developer blog below will be useful.

https://developer.zoom.us/blog/using-zoom-apis-version-2-with-postman/

Makoto