Skip to main content
[GET]
{{baseUrl}}/api/v1/fraud/email
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
AuthorizationstringPrivate/secret key. Use <key> not Bearer <key>

Query parameter

ParameterTypeDescriptionRequired
email_addressstringemail of userrequired

Sample response

Response
{
  "entity": {
    "email": "johndoe@gmail.com",
    "reputation": "high",
    "suspicious": false,
    "references": 178,
    "details": {
      "blacklisted": false,
      "malicious_activity": false,
      "malicious_activity_recent": false,
      "credentials_leaked": true,
      "credentials_leaked_recent": false,
      "data_breach": true,
      "first_seen": "07/01/2008",
      "last_seen": "03/22/2021",
      "domain_exists": true,
      "domain_reputation": "n/a",
      "new_domain": false,
      "days_since_domain_creation": 9474,
      "suspicious_tld": false,
      "spam": false,
      "free_provider": true,
      "disposable": false,
      "deliverable": true,
      "accept_all": false,
      "valid_mx": true,
      "primary_mx": "gmail-smtp-in.l.google.com",
      "spoofable": true,
      "spf_strict": true,
      "dmarc_enforced": false,
      "profiles": [
        "aboutme",
        "flickr",
        "angellist",
        "foursquare",
        "myspace",
        "twitter",
        "vimeo",
        "linkedin"
      ]
    }
  }
}

Response Fields

FieldTypeDescription
entityobjectContains the email risk profile data
entity.emailstringThe email address that was screened
entity.reputationstringOverall email reputation rating (e.g., β€œhigh”, β€œmedium”, β€œlow”)
entity.suspiciousbooleantrue if the email is flagged as suspicious based on combined risk signals
entity.referencesintegerNumber of online references or appearances found for this email
entity.detailsobjectDetailed breakdown of email risk signals
entity.details.blacklistedbooleantrue if the email appears on known blacklists
entity.details.malicious_activitybooleantrue if the email has been associated with malicious activity
entity.details.malicious_activity_recentbooleantrue if malicious activity was detected recently
entity.details.credentials_leakedbooleantrue if the email’s credentials have appeared in known data leaks
entity.details.credentials_leaked_recentbooleantrue if credential leaks were detected recently
entity.details.data_breachbooleantrue if the email was found in known data breaches
entity.details.first_seenstringDate the email was first observed online (MM/DD/YYYY)
entity.details.last_seenstringDate the email was last observed online (MM/DD/YYYY)
entity.details.domain_existsbooleantrue if the email’s domain exists and resolves
entity.details.domain_reputationstringReputation score of the email’s domain, or β€œn/a” if unavailable
entity.details.new_domainbooleantrue if the domain was recently created, which can indicate fraud
entity.details.days_since_domain_creationintegerNumber of days since the email domain was registered
entity.details.suspicious_tldbooleantrue if the domain uses a top-level domain commonly associated with abuse
entity.details.spambooleantrue if the email has been associated with spam activity
entity.details.free_providerbooleantrue if the email is from a free provider (e.g., Gmail, Yahoo)
entity.details.disposablebooleantrue if the email belongs to a disposable or temporary email service
entity.details.deliverablebooleantrue if the email address can receive messages
entity.details.accept_allbooleantrue if the mail server accepts all incoming emails regardless of address
entity.details.valid_mxbooleantrue if the domain has valid MX (mail exchange) records
entity.details.primary_mxstringPrimary mail exchange server hostname for the domain
entity.details.spoofablebooleantrue if the domain can be spoofed due to lacking anti-spoofing protections
entity.details.spf_strictbooleantrue if the domain has strict SPF (Sender Policy Framework) records
entity.details.dmarc_enforcedbooleantrue if the domain enforces DMARC authentication
entity.details.profilesarrayList of online platforms where the email address has registered accounts

Test Credentials for Sandbox

Kindly use this Test Email in sandbox Environment Email Address = johndoe@gmail.com