{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Monitor Validation API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Monitor Validation", "type": "folder" }, "items": [ { "info": { "name": "Datadog Validate a Monitor", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v1/monitor/validate", "body": { "type": "json", "data": "{}" } }, "docs": "Validates a monitor configuration without creating it. Returns validation errors if the monitor query, type, or options are invalid. Use this endpoint to test monitor configurations programmatically before deploying them to production. Validation checks syntax, query correctness, and compatibility of monitor type with specified options." } ] } ], "bundled": true }