{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes MAC Addresses API", "version": "2026-07-13" }, "items": [ { "info": { "name": "MAC Addresses", "type": "folder" }, "items": [ { "info": { "name": "Get extant", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/mac_addresses", "params": [ { "name": "organization_ids", "value": "", "type": "query", "description": "Organization IDs, defaults to user organization ID" }, { "name": "page", "value": "", "type": "query", "description": "Page number and size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets the MAC addresses associated to an organization with basic information." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/mac_addresses", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new MAC address with the specified data." }, { "info": { "name": "Get all", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/mac_addresses/all", "params": [ { "name": "organization_ids", "value": "", "type": "query", "description": "Organization IDs, defaults to user organization ID" }, { "name": "page", "value": "", "type": "query", "description": "Page number and size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets ALL MAC addresses associated to an user with basic information." }, { "info": { "name": "Show address", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/mac_addresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "MAC address ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets basic information of the specified MAC address." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/mac_addresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "MAC address ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates a MAC address with the specified data." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/mac_addresses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "MAC address ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a MAC address." } ] } ], "bundled": true }