Using Zoom api in javascript fetch

can i use the zoom API directly from the front end code(react js) without using node js?

@rakesh3,

Yes, but it is recommended to make requests from the backend for security reasons. Making a request from the frontend will expose your access token to malicious actors, while the backend would allow you to make secure requests.