Logo
Zoom Public API Documentation

Update Recording Status

PUT {{baseUrl}}/phone/recordings/:recordingId/status

Updates the status of a single recording in account.

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

Scopes: phone:write:admin,phone:write,phone_recording:write,phone_recording:write:admin

Granular Scopes: phone:update:call_recording,phone:update:call_recording:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/phone/recordings/:recordingId/status' -H 'Content-Type: application/json' -d '{"action":"recover"}'

ENDPOINTS