Skip to content

Get health score history

Request

Retrieve historical health score data over time. Use this to track trends and improvements in your sending reputation.

Security
ApiKeyAuth
Query
daysinteger, [ 1 .. 365 ]

Number of days of history to retrieve

Default:30
curl -i -X GET \
  'https://api.mailerlogic.net/api/customer/health-score/history?days=30' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

History retrieved successfully

Bodyapplication/json
historyArray of objects
period_daysinteger
Response
{ "history": [ {}, {} ], "period_days": 30 }