Logo
Zoom Public API Documentation

Get Started Fast: Meetings & Webinars-Cloud Recordings

Number of APIs: 2


1. Delete meeting recordings

DELETE {{baseUrl}}/meetings/:meetingId/recordings?action=trash

Delete all recording files of a meeting.

Scopes: recording:write:admin recording:write
Rate Limit Label: Light
Prerequisites: * Cloud Recording should be enabled on the user's account.



2. Get meeting recordings

GET {{baseUrl}}/meetings/:meetingId/recordings?include_fields=a2f19f96-9294-4f51-8134-6f0eea108eb2&ttl=1

Use this API to return all of a meeting's recordings. The recording files can be downloaded via the download_url property listed in the response.

To access a password-protected cloud recording, add an access_token parameter to the download URL and provide OAuth access token or JWT as the access_token value.

Scopes: recording:read:admin, recording:read
Rate Limit Label: Light



ENDPOINTS