Creating and using zoom api in my code

I have been able to obtain json response from my zoom account but how can i create zoom meeting, start meeting, obtain some other information from zoom such as list of meetings, modify meeting.
my platform is php laravel. Please I would appreciate example(s)

Is there a documentation where I can refer to to get that done
I am using Server-To-Server OAuth

Hi @zoomema2020
Thanks for reaching out to the Zoom Developer Forum and welcome to our community!
Here is a sample app created by one of my colleagues where you can see how you can create access tokens with a Server to Server Oauth app and also some routes included:

Let me know if this helps!
Cheers,
Elisa

Thanks you very much I was able to locate the api documentation.
Really appreciate it.
But I need you help for another problem which I have been facing.

Of course, happy to help! @zoomema2020
Have you taken a look at this post here:

@elisa.zoom Thanks I have checked it. It is still the same problem.
I have had to open a new topic with more details in this location.