Invalid Access Token Problem

Problem of getting Account Info, As, I have paid Account, and Oauth tokens are created in poetman, But I am Not able To call all those Api’s which are Account related. Just like:
https://api.zoom.us/v2/accounts/:accountId/settings
Each time when i call this Api i received the result:
{

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

Although i have call this api ,
https://api.zoom.us/v2/users
This Api Is Working Properly, but the other one is still not resolved

Hi @nasirshahrst ,

I would suggest going through the oauth flow once more to request a new token, Oauth tokens expire after one hour and a new token would need to be requested using the refresh token. However I would suggest re-authorizing completely instead of using the refresh token. We have some steps you can follow here.

Let us know if you have any questions.

Regards,

Ron

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