{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Scheduled Policies API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Scheduled Policies", "type": "folder" }, "items": [ { "info": { "name": "Get extant", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/scheduled_policies", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number and size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets the list of scheduled policies associated with the current user." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/scheduled_policies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new scheduled policy." }, { "info": { "name": "Get all", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/scheduled_policies/all", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number and size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets ALL scheduled policies associated with the current user." }, { "info": { "name": "Show policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/scheduled_policies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ScheduledPolicy ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets the specified scheduled policy." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/scheduled_policies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ScheduledPolicy ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates a scheduled policy in the database with the specified data." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/scheduled_policies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ScheduledPolicy ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes a scheduled policy from the database." } ] } ], "bundled": true }