- OAuth2 authentication (BYOK only — bring your own Zoom OAuth app credentials)
BYOK (Bring Your Own Keys)
Zoom requires you to use your own OAuth app credentials. Follow these steps to set up:Create a Zoom OAuth App
Go to the Zoom App Marketplace and create a new app.
- App type: General App (OAuth 2.0 user authorization)
Your credentials are encrypted by default and stored securely.
Available Endpoints
POST /api/actions/zoom/meetings
POST /api/actions/zoom/meetings
Create a Zoom meeting
GET /api/actions/zoom/meetings
GET /api/actions/zoom/meetings
List Zoom meetings
GET /api/actions/zoom/meetings/{meetingId}
GET /api/actions/zoom/meetings/{meetingId}
Get a Zoom meeting
PUT /api/actions/zoom/meetings/{meetingId}
PUT /api/actions/zoom/meetings/{meetingId}
Update a Zoom meeting
DELETE /api/actions/zoom/meetings/{meetingId}
DELETE /api/actions/zoom/meetings/{meetingId}
Delete a Zoom meeting

