{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes IP Addresses API", "version": "2026-07-13" }, "items": [ { "info": { "name": "IP Addresses", "type": "folder" }, "items": [ { "info": { "name": "Get extant", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/ip_addresses", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number and size" }, { "name": "search", "value": "", "type": "query", "description": "Search specific IP information" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets user associated IP addresses basic information." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/ip_addresses", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new IP address with the specified data." }, { "info": { "name": "Get all", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/ip_addresses/all", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number and size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets ALL user associated IP addresses basic information." }, { "info": { "name": "Show IP", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/ip_addresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "IP address ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets basic information of the specified IP address." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/ip_addresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "IP address ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates an IP address with the specified data." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/ip_addresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "IP address ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes an IP address." }, { "info": { "name": "Verify IP", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/ip_addresses/verify", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Verification call to ensure IP address is not already in the system." }, { "info": { "name": "Get my IP", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/ip_addresses/myip", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Responds with the requester reported IP address." } ] } ], "bundled": true }