Alerts & Reports API
Alert history, SMTP status, and email report subscriber management.
Endpoints
Results & Overview
GET
/api/resultsAll test resultsGET
/api/results/:test_nameResults by testGET
/api/overviewDashboard overview dataPOST
/api/diagnoseRun diagnosticEmail Reports
GET
/api/reports/subscribersList subscribersPOST
/api/reports/subscribeSubscribe emailDELETE
/api/reports/subscribe/:emailUnsubscribeGET
/api/reports/smtp-statusSMTP statusPOST
/api/reports/testSend test reportSubscribe
POST
/api/reports/subscribejson
{ "email": "ops@example.com" }Test Report
POST
/api/reports/testSends a test report email to verify SMTP configuration is working.