{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Network LAN IPs API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Network LAN IPs", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/networks/:id/lan_ips", "params": [ { "name": "id", "value": "", "type": "path", "description": "Network ID" }, { "name": "page", "value": "", "type": "query", "description": "Page number and size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets network associated LAN IPs with basic information." }, { "info": { "name": "Show Lan IP", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/networks/:id/lan_ips/:lan_ip_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Network ID" }, { "name": "lan_ip_id", "value": "", "type": "path", "description": "LAN IP ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets network associated LAN IP with basic information." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/networks/:id/lan_ips/:lan_ip_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Network ID" }, { "name": "lan_ip_id", "value": "", "type": "path", "description": "LAN IP ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates a network LAN IP with the specified data." } ] } ], "bundled": true }