Using Postman to query
Beta
Zoom GraphQL is in a public beta.
Go to the Zoom GraphQL Collection in Postman to see sample queries and mutations.
The Postman collection includes sample mutations and queries for meeting, user, and recording entities.
Add GraphQL schema to Postman
You can add the Zoom GraphQL schema to Postman to see all the available types and fields. Follow these steps to do so:
- Download the Zoom GraphQL schema file.
- In your Postman Workspace, click Import.
- Click Upload Files, choose the Zoom GraphQL schema file, and click Open.
- Select the option to Generate collection from imported APIs and Link this collection as "Documentation".
- Click Import.
Once it is imported, you should be able to navigate to the mutations and queries. Look in the Body to see the available types and fields.