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