{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Invoices API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Get current invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/invoices/current", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets user estimated invoice for next month." }, { "info": { "name": "Get invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/invoices", "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "User organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets user associated invoices, most recent first." }, { "info": { "name": "Get invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Invoice ID" }, { "name": "organization_id", "value": "", "type": "query", "description": "User organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets basic information of the specified invoice." } ] } ], "bundled": true }