Retrieve your account's email health score and engagement quality metrics.
Health Score (0-100) indicates your overall sending reputation based on:
- Delivery rate
- Engagement (opens/clicks)
- Bounce rate
- Complaint rate
Reputation Grades:
- A+ (95-100): Outstanding
- A (90-94): Excellent
- B+ (85-89): Good
- B (80-84): Above average
- C+ (75-79): Fair
- C (70-74): Below average
- D (60-69): Poor
- F (0-59): Critical
Security
ApiKeyAuth
- US Data Centerhttps://api.mailerlogic.net/api/customer/health-score
- EU Data Center (coming soon)https://eu-api.mailerlogic.net/api/customer/health-score
curl -i -X GET \
https://api.mailerlogic.net/api/customer/health-score \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
- global
- domain_specific
{ "scope": "global", "health_score": { "overall_score": 92, "delivery_rate": 98.5, "open_rate": 24.3, "click_rate": 3.8, "bounce_rate": 1.5, "complaint_rate": 0.08, "reputation_grade": "Excellent", "last_calculated": "2026-01-11T15:00:00Z" }, "insights": [ { … } ], "benchmarks": { "delivery_rate": { … }, "open_rate": { … } } }