Description
I am getting Invalid access token error while calling the endpoint https://api.zoom.us/v2/users from Apex. I have already checked the API Key and Secret.
Error
Response ={“code”:124,“message”:“Invalid access token.”} 401
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT. Have created app and got API Key and Secret.
Which Endpoint/s?
https://api.zoom.us/v2/users
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body : https://api.zoom.us/v2/users
- See error: Response ={“code”:124,“message”:“Invalid access token.”} 401
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.