{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Finding API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Finding", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get a Finding", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/posture_management/findings/:finding_id", "params": [ { "name": "finding_id", "value": "abc-123-def", "type": "path", "description": "The ID of the finding." }, { "name": "snapshot_timestamp", "value": "1678721573794", "type": "query", "description": "Return the finding for a given snapshot of time (Unix ms)." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Returns a single finding with message and resource configuration." } ] } ], "bundled": true }