cURL
curl --request POST \ --url https://api.deflect.bot/intelligence/email \ --header 'Content-Type: application/json' \ --data '{ "api_key": "<string>", "email": "[email protected]" }'
{ "success": true, "data": { "is_valid": true, "is_trusted": true, "trust_score": 123, "has_aliasing": true, "normalized_email": "<string>", "domain": "<string>" } }
Validate and score an email address
Your Deflect API Key
Successful response
Show child attributes