Logo
Zoom Public API Documentation

Update meeting status

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

Update the status of a meeting.

Scopes: meeting:write:admin,meeting: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/status' -H 'Content-Type: application/json' -d '{"action":"recover"}'

ENDPOINTS