Skip to main content
POST
/
intelligence
/
email
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 email addresses in real-time.

Body

application/json
api_key
string
required

Your Deflect API Key

email
string<email>
required

Response

Successful response

success
boolean
data
object
I