{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Api Keys API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Api Keys", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/api_keys", "params": [ { "name": "expired", "value": "", "type": "query", "description": "if the api key is expired or not." }, { "name": "id", "value": "", "type": "query", "description": "id of the api key" }, { "name": "last_four", "value": "", "type": "query", "description": "last four values of api key token" }, { "name": "name", "value": "", "type": "query", "description": "name of api key" }, { "name": "organization_id", "value": "", "type": "query", "description": "Organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets the list of api keys associated with the current user." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/api_keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new api key." }, { "info": { "name": "Show", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/api_keys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ApiKey ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Displays an api key." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/api_keys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Api Key ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes the api key." }, { "info": { "name": "Revoke", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/api_keys/:id/revoke", "params": [ { "name": "id", "value": "", "type": "path", "description": "api key id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Revokes the api key for the user." } ] } ], "bundled": true }