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
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.