Logo
Zoom Public API Documentation

Watch for changes to ACL rules

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

Watches for changes to ACL 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>", "resourceId": "<string>", "resourceUri": "<string>", "token": "<string>", "expiration": "<integer>" }



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

ENDPOINTS