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.