Getting Invalid Access Token for token I took from credentials page

Description
Getting invalid access token on https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users for token I copied from credentials page.
I regenerated API secret and still same error.
And I get 401 Unauthorized when I try API key/secret from .net application

Error
{
“code”: 124,
“message”: “Invalid access token.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hey @oydem,

Please see if this fixes the issue:

Thanks,
Tommy

works. thanks for the reply

1 Like

You are welcome! :slight_smile:

Happy to hear it works!

-Tommy