The link to the API zoom

Hello, web developers, Im new in this developing and got stuck and this error "Client error: "GET https://api.zoom.us/v2/users/52307911/token?type=token resulted in a 400 Bad Request response: {“code”:200,“message”:“Account does not enabled REST API.”}" When I try to connect to the REST API and I have question what should I write here ‘https://api.zoom.us/v2/users/me
instead of ‘me’ I tried every data that I have in my project and still had the same error. Only when I tried this one ‘ZOOM_API_KEY’ I had this error “Undefined constant “Modules\Zoom\Service\and my zoom api key””.

Hi @antonshupen ,

What exactly did you do to get there? What type of app did you create? Please walk me through reproducing and check this out:

1 Like

[quote=“Gianni, post:2, topic:97337, username:gianni.zoom”]
What exactly did you do to get there

I just wanted to get tokens from the api, and had that error in my laravel.
I did use the OAuth app.
And did try to use Postman and still have the same error that {“code”:200,“message”:“Account does not enabled REST API.”}".

Hi @antonshupen,

Please try re-generating an access token using the guidance in our public workspace:

https://www.postman.com/zoom-developer/workspace/zoom-public-workspace/folder/22097587-4ce41fb2-7e24-4787-b0ee-0ef73b1a91e6

1 Like

Thank you everything working great!
I have a question for you, how to get the password of the meeting in JS? Because I did write it manually but want to do it automatically

Hi @antonshupen , if you use the create a meeting endpoint, you can grab the password from the response body programmatically

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.