Email Score

The Email Score is outputted in JSON format. You can get the score via REST or gRPC.

Example output#

{
"success": true,
"valid": true,
"disposable": false,
"recent_spam": false,
"free": false,
"leaked": false,
"generic": false,
"score": 0,
"domain": {
"created_at": "1995-08-13T04:00:00Z",
"expiration_date": "2021-08-12T04:00:00Z"
}
}

Parameters#

FieldDescriptionPossible Values
successWhether the response was a successboolean
validWhether the email is valid. It's best make sure you have smtp config set properly.boolean
disposableIs the domain disposable?boolean
recent_spamIs the domain a spam domain?boolean
freeIs the domain free?boolean
leakedHas the email been leaked? (requires pwned )boolean
genericIs the email generic? admin@.., user@.. etcboolean
scoreA score from 0 to 100. It's set in the config. A score of 100 indicates that the IP is fraudulent.integer
domainShows details about the domain such as created at and expired atarray