{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Enterprise Connections API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Enterprise Connections", "type": "folder" }, "items": [ { "info": { "name": "Get extant", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/enterprise_connections", "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "Organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets information for all the enterprise connections for the given organization." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/enterprise_connections", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create an enterprise connection.\n\nNote: To set your organization's custom login url for enterprise\nconnections, you need to set the 'unique_id' attribute on the\norganization itself. See the PATCH /v1/organizations endpoint." }, { "info": { "name": "Show connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/enterprise_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Enterprise connection ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets information for the specified enterprise connection." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/enterprise_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Enterprise connection ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an enterprise connection.\n\nNote: To set your organization's custom login url for enterprise\nconnections, you need to set the 'unique_id' attribute on the\norganization itself. See the PATCH /v1/organizations endpoint." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/enterprise_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Enterprise connection ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete an enterprise connection." } ] } ], "bundled": true }