{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Policies Bulk Actions API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Policies Bulk Actions", "type": "folder" }, "items": [ { "info": { "name": "Bulk add allow", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/policies/bulk/add_allowlist_domains", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Adds one or more domains to one or more policy's allow list." }, { "info": { "name": "Bulk delete allow", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/policies/bulk/remove_allowlist_domains", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes one or more domains from one or more policy's allow list." }, { "info": { "name": "Bulk add block", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/policies/bulk/add_blocklist_domains", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Adds one or more domains to one or more policy's block list." }, { "info": { "name": "Bulk delete block", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/policies/bulk/remove_blocklist_domains", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes one or more domains from one or more policy's block list." } ] } ], "bundled": true }