Member-only story
Manage Zoom Meeting Rooms through Zoom API with Laravel
3 min readJul 22, 2020
This tutorial is for who want to build an app that provides server_to_server interaction with Zoom APIs to manage your account.
Build an Zoom Application
- Access Zoom marketplace
- Sign in
- Click
Develop
button on header and selectBuild App
menu. - Choose the
JWT
and create application with the app name what you want. - Input required information and click
Continue
until your app will be activated. Don't forget to remember your credentials. It's used for API calling.





Create Project
Test API Endpoint
Now, we should modify api routes file to check our setting was correct.
Access http://localhost:8000/api and check our setting was set correctly. If your source code work correctly, let’s start to configure some setting to use Zoom APIs.