{"code":2300,"message":"This API endpoint is not recognized."} Server-to Server OAuth

Hello,

This is my first post.
I started using the zoom API this week.
I was able to create an API with Server-to-Server OAuth and get an access token.
Using that token as a bearer token, I got an error:
{“code”:2300, “message”: “This API endpoint is not recognized.”}
The Method is GET, the Header is Authorization, bearer [access_token], and the URL is https://api.zoom.us/v2/users/me. When I requested with this, I got the above error.
I have looked at Zoom Meeting API but I could not determine what is wrong.

Thank you in advance for your help.

Hi @mitsouko
Thanks for reaching out to us and welcome to the Zoom Developer Forum!
Please, take a look at this helpful post on how to make API requests using a token generated by a Server to Server OAuth app here:

Let me know if this helps