Logo
Zoom Public API Documentation

Recover a single recording

PUT {{baseUrl}}/meetings/:meetingId/recordings/:recordingId/status

Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Use this API to recover a single recording file from the meeting.

Scopes: recording:write:admin,recording:write

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/meetings/:meetingId/recordings/:recordingId/status' -H 'Content-Type: application/json' -d '{"action":"recover"}'

ENDPOINTS