Logo
Zoom Public API Documentation

Recover meeting recordings

PUT {{baseUrl}}/meetings/:meetingUUID/recordings/status

Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Use this API to recover all deleted Cloud Recordings of a specific meeting.

Prerequisites:

  • A Pro user with Cloud Recording enabled.

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 OK





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

ENDPOINTS