Logo
Zoom Public API Documentation

List email filters

GET {{baseUrl}}/emails/mailboxes/:email/settings/filters

Lists the message filters of a mailbox.

Scopes: mail:read

Rate Limit Label: MEDIUM

Not supported in Gov cluster

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "filter": [ { "id": "<string>", "criteria": { "from": "<string>", "to": "<string>", "subject": "<string>", "query": "<string>", "negatedQuery": "<string>", "hasAttachment": "<boolean>", "size": "<integer>", "sizeComparison": "smaller" }, "action": { "addLabelIds": [ "<string>", "<string>" ], "removeLabelIds": [ "<string>", "<string>" ], "forward": "<string>" } }, { "id": "<string>", "criteria": { "from": "<string>", "to": "<string>", "subject": "<string>", "query": "<string>", "negatedQuery": "<string>", "hasAttachment": "<boolean>", "size": "<integer>", "sizeComparison": "smaller" }, "action": { "addLabelIds": [ "<string>", "<string>" ], "removeLabelIds": [ "<string>", "<string>" ], "forward": "<string>" } } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/emails/mailboxes/:email/settings/filters' -H 'Accept: application/json'

ENDPOINTS