Email Check

Submit an Email Address for Check

{{baseUrl}}/api/v1/fraud/email

Header

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

QUERY Parameters

BodyTypeDescription
email_addressstringemail of user

Response Sample

{
  "entity": {
    "email": "[email protected]",
    "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"
      ]
    }
  }
}