Logo
Zoom Public API Documentation

Watch for changes to event

POST {{baseUrl}}/calendars/:calId/events/watch

Watches changes to Events resources.

Scopes: calendar:write,calendar: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

{ "id": "<string>", "kind": "<string>", "resourceUri": "<string>", "resourceId": "<string>", "token": "<string>", "expiration": "<integer>" }



Curl
curl -X POST 'https://api.zoom.us/v2/calendars/:calId/events/watch' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"address":"\u003cstring\u003e","token":"\u003cstring\u003e","type":"web_hook","params":{"ttl":"\u003cstring\u003e"},"resourceId":"\u003cstring\u003e"}'

ENDPOINTS