Skip to content

Alerts & Reports API

Alert history, SMTP status, and email report subscriber management.

Endpoints

Results & Overview

GET/api/resultsAll test results
GET/api/results/:test_nameResults by test
GET/api/overviewDashboard overview data
POST/api/diagnoseRun diagnostic

Email Reports

GET/api/reports/subscribersList subscribers
POST/api/reports/subscribeSubscribe email
DELETE/api/reports/subscribe/:emailUnsubscribe
GET/api/reports/smtp-statusSMTP status
POST/api/reports/testSend test report

Subscribe

POST/api/reports/subscribe
json
{ "email": "ops@example.com" }

Test Report

POST/api/reports/test

Sends a test report email to verify SMTP configuration is working.

Released under the MIT License.