Logo
Zoom Public API Documentation

phone-recordings

Number of APIs: 3


1. Delete a call recording

DELETE {{baseUrl}}/phone/recordings/:recordingId

Use this API to delete a call recording.

Scopes: phone:write, phone:write:admin, phone_recording:write, phone_recording:write:admin
Rate Limit Label: Light

Prerequisites: * User must belong to a Business or Enterprise account * User must have a Zoom Phone license



2. Get call recordings

GET {{baseUrl}}/phone/recordings?page_size=30&next_page_token=cWiI3vTqdcENiV9RJz3Rh8iP1ksNPheW8c1&from=2021-12-01&to=2021-12-31&owner_type=all&recording_type=OnDemand&site_id=8f71O6rWT8KFUGQmJIFAdQ&query_date_type=start_time

Use this API to list an account's call recordings

Prerequisites: * A Pro or higher account plan * A Zoom Phone license * Account owner or admin privilegesScopes: phone:read:admin, phone:write:admin,phone_recording:read:admin

Rate Limit Label: Medium



3. Get call recordings

GET {{baseUrl}}/phone/recordings?page_size=<integer>&next_page_token=<string>&from=<date>&to=<date>&owner_type=all&recording_type=<string>&site_id=All sites&query_date_type=start_time&group_id=All groups

Returns an account's call recordings.

Prerequisites: * A Pro or higher account plan * A Zoom Phone license * Account owner or admin privileges

Scopes: phone:read:admin,phone_recording:read:admin

Granular Scopes: phone:read:list_call_recordings:admin

Rate Limit Label: MEDIUM



ENDPOINTS