Why Accounts return 401 ?

Hi!

I use   ‘users’  ,it works OK .but when I use ‘Accounts’ ,I catch message  401 .

I’m pro ,  I work by C#(VS2015).

thanks.

 

Hi, 

Which Accounts API are you using? Can you provide the payload that you are sending for accounts?

Thanks 

Hi, faced with similar 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 payload so that we can take a look?

Thanks