Deliverability
Get Setup Score
GET
/v1/setup-score/{emailAccountId}GET
/v1/setup-score/
{emailAccountId}Get cached setup health score for an email account
Authorization
X-Api-Key<token>
In: header
Path Parameters
emailAccountIdnumber
Responses
200
200 response
{
"emailAccountId": 12345,
"emailAccountScore": 86,
"dmarcScore": 15,
"spfScore": 29,
"dkimScore": 18,
"mxRecordScore": 9,
"ipBlacklistScore": 5,
"domainBlacklistScore": 10,
"updatedAt": "2026-04-08T10:30:00.000Z",
"manualLastRefreshedAt": "2026-04-08T10:30:00.000Z"
}