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