{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Agent Local Users CSV Export API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Agent Local Users CSV Export", "type": "folder" }, "items": [ { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v2/agent_local_users_csv_export", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates an agent local users CSV export record to track export of agent local users." }, { "info": { "name": "Show", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v2/agent_local_users_csv_export/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "UUID of agent local users CSV export" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Shows an agent local users CSV export." } ] } ], "bundled": true }