Logo
Zoom Public API Documentation

Create or update a push notification watch on the mailbox

POST {{baseUrl}}/emails/mailboxes/:email/watch

Create or update a push notification watch on the given mailbox.

Scopes: mail:write

Rate Limit Label: LIGHT

Not supported in Gov cluster

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "historyId": "<string>", "expiration": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/emails/mailboxes/:email/watch' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"topicName":"\u003cstring\u003e","labelIds":["\u003cstring\u003e","\u003cstring\u003e"],"labelFilterAction":"exclude"}'

ENDPOINTS