Alerts Endpoints
9 endpoints available
Configure monitoring alerts for SSL certificate expiry, DNS record changes, security score regressions, and infrastructure health. Create custom rules with 14 alert types, manage email notification channels, track alert history with full incident lifecycle support (trigger → acknowledge → resolve), and measure MTTR/MTTA metrics.
Create Alert Rule
/v1/alerts/rulesCreate a monitoring alert rule for domains, certificates, or infrastructure
List Alert Rules
/v1/alerts/rulesList all configured alert rules with filtering
Get Alert Rule
/v1/alerts/rules/:idGet full configuration and status of a specific alert rule
Update Alert Rule
/v1/alerts/rules/:idUpdate alert rule configuration, thresholds, or notification channels
Delete Alert Rule
/v1/alerts/rules/:idPermanently delete an alert rule and stop monitoring
Alert History
/v1/alerts/historyList triggered alerts with filtering by status, type, and time range
Get Alert Details
/v1/alerts/history/:idGet full details and lifecycle timeline of a specific alert
Acknowledge Alert
/v1/alerts/history/:id/acknowledgeMark an alert as acknowledged with optional notes
Resolve Alert
/v1/alerts/history/:id/resolveMark an alert as resolved with resolution notes
Related Standards & References
Learn more about the protocols and standards behind these endpoints.
Try These Endpoints
Test Alerts endpoints live in the playground. No signup required.