{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes User Agent Cleanups API", "version": "2026-07-13" }, "items": [ { "info": { "name": "User Agent Cleanups", "type": "folder" }, "items": [ { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/user_agent_cleanups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a user agent cleanup to track bulk deletion of user agents." }, { "info": { "name": "Show", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/user_agent_cleanups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of user agent cleanup" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets the specific user agent cleanup." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.dnsfilter.com/v1/user_agent_cleanups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of user agent cleanup" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates a user agent cleanup." } ] } ], "bundled": true }