{ "opencollection": "1.0.0", "info": { "name": "DataDome Management Account Templates API", "version": "1.1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api-management.datadome.co/templates" }, "docs": "List templates" }, { "info": { "name": "Create template", "type": "http" }, "http": { "method": "POST", "url": "https://api-management.datadome.co/templates", "body": { "type": "json", "data": "{}" } }, "docs": "Create template" }, { "info": { "name": "Retrieve a template", "type": "http" }, "http": { "method": "GET", "url": "https://api-management.datadome.co/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a template" }, { "info": { "name": "Update a template", "type": "http" }, "http": { "method": "PATCH", "url": "https://api-management.datadome.co/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a template" }, { "info": { "name": "Delete a template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-management.datadome.co/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a template" } ] } ], "bundled": true }