Logo
Zoom Public API Documentation

Update webinar status

PUT {{baseUrl}}/webinars/:webinarId/status

Update a webinar's status. Use this API to end an ongoing webinar.

Prerequisites:

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{}



Curl
curl -X PUT 'https://api.zoom.us/v2/webinars/:webinarId/status' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"action":"end"}'

ENDPOINTS