Exploring Zoom’s REST and GraphQL APIs with Postman
Zoom is an essential tool for remote communication, collaboration, and video conferencing. With Zoom’s REST APIs and GraphQL API, developers can build custom integrations, automate workflows, and create new functionalities to enhance their Zoom experience. In a recent livestream with Zoom developer advocates Ojus Save and Gianni LaTange, we explored the Zoom public workspace, now available in Postman:
By using Postman as a repository for Zoom’s extensive library of over 600 API endpoints, developers can build apps that can read and write to Zoom’s robust backend infrastructure and mirror some of the most in-demand features available in the Zoom web portal. For instance, you can create a new meeting; create, add, and remove users; view reports and usage dashboards, and much more.
How to get started with Zoom’s REST APIs using Postman
Zoom’s REST APIs allow developers to interact with Zoom services programmatically. With the REST APIs, developers can create, manage, and delete Zoom resources, such as users, meetings, webinars, and recordings. To use the REST API with Postman, follow these steps:
- Create a Zoom App via the App Marketplace.
- Navigate to the Get Started Fast with Zoom APIs collection in Postman.
- Authenticate with Zoom using OAuth and keep track of access tokens.
- Browse additional Zoom collections to get started with video, meetings, phone, and more.
How to get started with Zoom’s GraphQL API using Postman
Zoom’s GraphQL API provides a flexible and powerful way to interact with Zoom services. With the Zoom GraphQL API, developers can query, mutate, and subscribe to Zoom data using a single endpoint. To use the Zoom GraphQL API with Postman:
- Download the Zoom GraphQL schema file.
- Create a GraphQL request and import the schema.
- Query using the Zoom GraphQL endpoint:
https://api.zoom.us/v3/graphql
.
Check out a few highlights
Here are a few other topics the livestream covers:
- Understanding the Zoom public workspace
- Authenticating with Zoom
- Understanding Zoom Scopes
- Working with Zoom REST and GraphQL APIs
Watch the full livestream
Upcoming Postman livestreams
Postman currently streams every Thursday. Follow or subscribe on YouTube, Twitch, Twitter, or LinkedIn so you never miss streams like this one. Don’t forget to turn on your notifications!
What do you think about this topic? Tell us in a comment below.