{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Policy IPs API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Policy IPs", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/policy_ips", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets user associated policies IPs basic information from database." }, { "info": { "name": "Show IP", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/policy_ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Policy IP ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets basic information of the specified Policy IP." } ] } ], "bundled": true }