{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes User (Current) API", "version": "2026-07-13" }, "items": [ { "info": { "name": "User (Current)", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/current_user", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch information about the currently authenticated user." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/current_user", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update attributes for the currently authenticated user." } ] } ], "bundled": true }