{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Dimensions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Dimensions", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Active Billing Dimensions for Cost Attribution", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cost_by_tag/active_billing_dimensions", "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 19th of the following month." } ] } ], "bundled": true }