{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Network Subnets API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Network Subnets", "type": "folder" }, "items": [ { "info": { "name": "Get all", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/networks/subnets", "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "Organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List site subnets with basic information." }, { "info": { "name": "Get extant", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/networks/:id/subnets", "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 subnets with basic information." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/networks/:id/subnets", "params": [ { "name": "id", "value": "", "type": "path", "description": "Network ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a network subnet with the specified data." }, { "info": { "name": "Show subnet", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/networks/:id/subnets/:subnet_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Network ID" }, { "name": "subnet_id", "value": "", "type": "path", "description": "Subnet ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets network associated subnet with basic information." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/networks/:id/subnets/:subnet_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Network ID" }, { "name": "subnet_id", "value": "", "type": "path", "description": "Subnet ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates a network subnet with the specified data." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/networks/:id/subnets/:subnet_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Network ID" }, { "name": "subnet_id", "value": "", "type": "path", "description": "Subnet ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a network subnet with the specified data." } ] } ], "bundled": true }