Skip to content

Response Structure

{
"email": "test@gmail.com",
"normalizedEmail": "test@gmail.com",
"riskScore": 12,
"reasons": [],
"verdict": "allow"
}
FieldTypeDescription
emailstringThe original email provided.
normalizedEmailstringThe email after normalization.
riskScorenumber0-100 risk score.
reasonsstring[]List of reasons for the score.
verdictstringallow, review, or block.