Easily Integrate
Zoom's Meeting API using Konfig's TypeScript SDK
Growing API Companies trust Konfig's SDKs to onboard developers to their API.





First, instantiate the SDK
It only takes a few lines of code.
Then, send your first request
We made it really easy.
Enjoy a buttery smooth developer experience with 172 SDK methods
Parameter
The number of records returned within a single API call.
Use the next page token to paginate through large result sets. A next page token is returned whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes.
The query start date, in yyyy-MM-dd'T'HH:mm:ssZ format. This value and the to query parameter value cannot exceed seven days.
The query end date, in yyyy-MM-dd'T'HH:mm:ssZ format. This value and the from query parameter value cannot exceed seven days.
The type of query date.
meeting_start_timearchive_complete_time
This value defaults to meeting_start_time.
The group ID. To get a group ID, use the List groups API.
Response
HTTP Status Code: 400
Bad Request
Error Code: 2001
Account does not exist: {accountId}
Endpoint
Parameter
The query start date, yyyy-MM-dd'T'HH:mm:ssZ format. This value and the to query parameter value cannot exceed seven days.
The query end date, in yyyy-MM-dd'T'HH:mm:ssZ format. This value and the from query parameter value cannot exceed seven days.
Response
HTTP Status Code: 400
Bad Request
Error Code: 2001
Account does not exist: {accountId}
Endpoint
Parameter
Response
HTTP Status Code: 400
Bad Request
HTTP Status Code: 404
Not Found
Endpoint
Parameter
The meeting's universally unique identifier (https://. Each meeting instance generates a UUID. For example, after a meeting ends, a new UUID is generated for the next meeting instance.
If the meeting UUID begins with a / character or contains a // character, you must double encode the meeting UUID when using the meeting UUID for other API calls.
Response
HTTP Status Code: 200
Meeting archived files returned.
HTTP Status Code: 400
Bad Request
Error Code: 200
Only available for Paid account.
Error Code: 200
Not available for this account.
HTTP Status Code: 404
Not Found
Error Code: 3001
Meeting does not exist: {0}
Endpoint
Parameter
The meeting's universally unique identifier (https://. Each meeting instance generates a UUID. After a meeting ends, a new UUID is generated for the next meeting instance.
If the meeting UUID begins with a / character or contains a // character, you must double encode the meeting UUID when using the meeting UUID for other API calls.
Response
HTTP Status Code: 404
Not Found
Error Code: 3001
Meeting {meetingUUId} does not exist.
Endpoint
Parameter
To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance.
To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance.
If a UUID starts with "/" or contains "//" (https://, you must double encode the UUID before making an API request.
The recording delete actions:
trash - Move recording to trash.
delete - Delete recording permanently.
Response
HTTP Status Code: 200
Recordings deleted.
Error Code: 200
You do not have the right permission.
HTTP Status Code: 204
Meeting recording deleted.
HTTP Status Code: 400
Bad Request
Error Code: 1010
User does not belong to this account: {accountId}.
Error Code: 3332
This recording was selected for a simulive webinar. You cannot delete or trash it.
HTTP Status Code: 404
Not Found
Error Code: 1001
User {userId} does not exist or does not belong to this account.
Error Code: 3301
There is no recording for this meeting.
Endpoint
How Konfig Works
Konfig collects APIs and automatically generates SDKs so you can focus on building your application.
Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository
We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

Generates AI-Augmented SDKs from openapi-examples
Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

Publishes to standard package managers
We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

About Zoom
Zoom is a video conferencing platform that allows users to connect remotely for virtual meetings, webinars, online events, and collaborative work sessions. With features like screen sharing, virtual backgrounds, and chat functionality, Zoom is a popular tool for individuals and businesses to communicate and collaborate in real-time.
