Skip to content

Refresh health score

Request

Recalculate your health score with the latest data. Health scores are automatically updated daily, but you can manually refresh when needed.

Security
ApiKeyAuth
curl -i -X POST \
  https://api.mailerlogic.net/api/customer/health-score/refresh \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Health score refreshed successfully

Bodyapplication/json
health_scoreobject(HealthScore)
insightsobject
messagestring
Example:"Health score refreshed successfully"
Response
{ "health_score": { "overall_score": 100, "delivery_rate": 0, "open_rate": 0, "click_rate": 0, "bounce_rate": 0, "complaint_rate": 0, "reputation_grade": "A+", "last_calculated": "2019-08-24T14:15:22Z" }, "insights": { "status": "string", "summary": "string" }, "message": "Health score refreshed successfully" }