{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Domain API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Domain", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Domain Allowlist", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/domain_allowlist", "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get the domain allowlist for an organization." }, { "info": { "name": "Datadog Sets Domain Allowlist", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/domain_allowlist", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update the domain allowlist for an organization." } ] } ], "bundled": true }