I tell you that I am new to Zoom, I am currently doing some proofs of concept that consist of creating meetings using the Zoom api, I have read the corresponding documentation and from what I see in order to create the meeting, I must create an OAuth application and publish it for be able to have the credentials (client ID, secret key) and be able to create the meeting through the api.
I would like to know if there is another way to create the meeting via API as I am not interested in creating a new OAuth application and publishing it.
Note: I currently have the credentials of a JWT application that I am using to embed the zoom meeting on my website.