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.
Zoom image will be displayed

Zoom image will be displayed

Zoom image will be displayed

Zoom image will be displayed

Zoom image will be displayed
