{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Billings API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Billings", "type": "folder" }, "items": [ { "info": { "name": "Show", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/billing", "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "User organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List basic billing information of the user organization registered in Stripe platform." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/billing", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Register a newly created payment method in database." }, { "info": { "name": "Show address", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/billing/address/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Show the billing address for the given organization." }, { "info": { "name": "Update address", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/billing/address/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update the billing address for the given organization." } ] } ], "bundled": true }