Zoom API Integration with Python

Customer: AI | Published: 06.04.2026
Бюджет: 8 $

I need a Python-based module that hooks directly into Zoom’s REST API so I can create, update, and delete meetings, then programmatically add participants to any of those sessions. OAuth will be the authentication method, so the flow must include user consent, token storage/refresh, and revocation handling. Core expectations • Build clean, well-structured endpoints or helper classes that wrap the Zoom API calls for meeting CRUD and participant insertion. • Ensure that participant e-mails, names, and join URLs are returned so I can save them on my side. • Follow Zoom’s security guidelines when passing access tokens or PII—no hard-coded secrets, proper HTTPS requests, and server-side token exchange only. • Deliver readable, commented Python code plus a concise README that shows how to spin up the environment, set the OAuth app, and run a sample script. Unit tests covering the main functions would be appreciated. I have an existing application backend (FastAPI) ready to consume your module, so please structure it as a reusable package. If you have prior Zoom API work, send a brief note or repo link so I can gauge your familiarity.