401 HTTP response is returned, when Accounts is called

Hi, faced with issue when trying to GET https://api.zoom.us/v2/accounts.

I have account in Zoom (User Type - Pro), generate valid JWT (based on my API key and API secret) and send through Postman GET https://api.zoom.us/v2/accounts request. In response I have recieved HTTP 401 and message

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

in body. Other requests (e.g. Get List Users) dont return Unauthorized (401) error.

What should I do for avoid 401 error?

Thanks in advance.

Hi Barak, 

Could you post your API request (without token) so that we can take a look?

Thanks

Hi Barak, 

Could you post your API request (without token) so that we can take a look?

Thanks