Email Intelligence

The Email Intelligence Verification endpoint is a tool used to validate and verify email addresses. It uses a series of checks and algorithms to determine the validity of an email address and assesses the risk associated with it.

The endpoint can provide information such as whether the email address is deliverable, whether it is a known spam address, whether it is associated with fraudulent activity, and more.

This tool is essential for companies looking to ensure the accuracy and quality of their email lists and protect themselves from potential scams and fraudulent activities.

👍

TEST DATA

email: [email protected]

📘

POST

{{url}}/identityradar/api/v1/email-intelligence

Request Header

KeyDescription
api-keyYour Secret Key

Request Body

KeyDescription
emailEmail address

Sample Response

{
    "success": true,
    "status": "00",
    "response": {
        "domain": {
            "domain_name": "GMAIL.COM",
            "registry_domain_id": "4667231_DOMAIN_COM-VRSN",
            "registrar_whois_server": "whois.markmonitor.com",
            "registrar_url": "http",
            "updated_date": "2022-07-11T09",
            "creation_date": "1995-08-13T04",
            "registry_expiry_date": "2023-08-12T04",
            "registrar": "MarkMonitor Inc.",
            "registrar_iana_id": "292",
            "registrar_abuse_contact_email": "[email protected]",
            "registrar_abuse_contact_phone": "+1.2086851750",
            "domain_status": "serverUpdateProhibited https",
            "name_server": "NS4.GOOGLE.COM",
            "dnssec": "unsigned",
            "url_of_the_icann_whois_inaccuracy_complaint_form": "https",
            "last_update_of_whois_database": "2023-03-25T00",
            "domain_error": false,
            "domain_exists": true,
            "day_since_domain_creation": 10086
        },
        "email_verify": {
            "smtp-status": "absent",
            "typos-fixed": false,
            "domain-error": false,
            "verified": false,
            "is-freemail": true,
            "is-disposable": false,
            "valid": false,
            "is-catch-all": false,
            "is-deferred": false,
            "provider": "gmail.com",
            "domain": "gmail.com",
            "smtp-response": "550-5.1.1 The email account that you tried to reach does not exist. Please try\r\n550-5.1.1 double-checking the recipient's email address for typos or\r\n550-5.1.1 unnecessary spaces. Learn more at\r\n550 5.1.1  https://support.google.com/mail/?p=NoSuchUser q189-20020a1ff2c6000000b004332e501166si6395098vkh.30 - gsmtp",
            "syntax-error": false,
            "email": "[email protected]",
            "is-personal": false
        },
        "advance": {
            "email_reputation": {
                "email": "[email protected]",
                "reputation": "none",
                "suspicious": true,
                "references": 396,
                "details": {
                    "blacklisted": true,
                    "malicious_activity": true,
                    "malicious_activity_recent": false,
                    "credentials_leaked": true,
                    "credentials_leaked_recent": false,
                    "data_breach": true,
                    "first_seen": "07/01/2008",
                    "last_seen": "01/25/2023",
                    "domain_exists": true,
                    "domain_reputation": "n/a",
                    "new_domain": false,
                    "days_since_domain_creation": 10085,
                    "suspicious_tld": false,
                    "spam": true,
                    "free_provider": true,
                    "disposable": false,
                    "deliverable": false,
                    "accept_all": false,
                    "valid_mx": true,
                    "primary_mx": "gmail-smtp-in.l.google.com",
                    "spoofable": true,
                    "spf_strict": true,
                    "dmarc_enforced": false,
                    "profiles": [
                        "twitter"
                    ]
                }
            },
            "is_pawn": [],
            "github": [
                false,
                {}
            ],
            "ebay": [
                false,
                {}
            ],
            "discord": [
                true,
                {}
            ],
            "instagram": [
                false,
                {}
            ],
            "pinterest": [
                true,
                {}
            ],
            "twitter": [
                true,
                {}
            ],
            "gravatar": [
                true,
                {
                    "entry": [
                        {
                            "id": "163799",
                            "hash": "1aedb8d9dc4751e229a335e371db8058",
                            "requestHash": "1aedb8d9dc4751e229a335e371db8058",
                            "profileUrl": "http://gravatar.com/test87",
                            "preferredUsername": "test87",
                            "thumbnailUrl": "https://secure.gravatar.com/avatar/1aedb8d9dc4751e229a335e371db8058",
                            "photos": [
                                {
                                    "value": "https://secure.gravatar.com/avatar/1aedb8d9dc4751e229a335e371db8058",
                                    "type": "thumbnail"
                                }
                            ],
                            "name": {
                                "givenName": "test",
                                "familyName": "testing",
                                "formatted": "test testing"
                            },
                            "displayName": "test87",
                            "urls": []
                        }
                    ]
                }
            ]
        }
    }
}

Response Description

ResponseDescription
successIndicates whether the request was successful ("true") or not ("false").
statusA status code that represents the result of the request.
responseContains an array of information about the email
domainThe root field for domain-related information containing various sub-fields about the domain name and its registrar.
domain_nameThe name of the domain.
registry_domain_idThe unique identifier of the domain in the registry.
registrar_whois_serverThe WHOIS server used by the registrar to look up domain information.
registrar_urlThe URL of the registrar.
updated_dateThe date when the domain was last updated.
creation_dateThe date when the domain was initially created.
registry_expiry_dateThe date when the domain registration is set to expire.
registrarThe name of the registrar responsible for managing the domain.
registrar_iana_idThe IANA ID of the registrar.
registrar_abuse_contact_emailThe email address to report abuse regarding the domain.
registrar_abuse_contact_phoneThe phone number to report abuse regarding the domain.
domain_statusThe status of the domain.
name_serverThe name server associated with the domain.
dnssecIndicates whether the domain is DNSSEC secured.
url_of_the_icann_whois_inaccuracy_complaint_formThe URL to report inaccuracies in the WHOIS data.
last_update_of_whois_databaseThe date when the WHOIS database was last updated.
domain_errorIndicates if there was an error with the domain.
domain_existsIndicates if the domain exists.
day_since_domain_creationThe number of days since the domain was created.
email_verifyThe root field for email verification related information.
smtp-statusThe SMTP status for verifying the email address.
typos-fixedIndicates whether any typos in the email address have been fixed.
domain-errorIndicates if there was an error with the email domain.
verifiedIndicates if the email address has been verified.
is-freemailIndicates if the email address is a freemail (e.g., Gmail, Yahoo).
is-disposableIndicates if the email address is a disposable/temporary one.
validIndicates if the email address is valid.
is-catch-allIndicates if the email address is a catch-all address (accepts all emails sent to the domain).
is-deferredIndicates if the email address is deferred (e.g., server issues).
providerThe email service provider associated with the email.
domainThe domain associated with the email.
smtp-responseThe detailed SMTP response message received while trying to send an email to the address.
syntax-errorIndicates if there was a syntax error with the email address.
emailThe email address under verification.
is-personalIndicates if the email address is associated with a person.
advanceThe root field for advanced email reputation details.
email_reputationThe root field for email reputation details of the address.
reputationThe email reputation status of the address.
suspiciousIndicates if the email address is suspicious.
referencesThe number of references related to the email address.
detailsThe root field for additional details related to email reputation.
blacklistedIndicates if the email address is blacklisted.
malicious_activityIndicates if there is a history of malicious activity associated with the email address.
malicious_activity_recentIndicates if there is recent malicious activity associated with the email address.
credentials_leakedIndicates if the email address's credentials have been leaked.
credentials_leaked_recentIndicates if the email address's credentials have been leaked recently.
data_breachIndicates if the email address is associated with a data breach.
first_seenThe date when the email address was first observed.
last_seenThe date when the email address was last observed.
domain_existsIndicates if the email domain exists.
domain_reputationThe reputation status of the email domain.
new_domainIndicates if the email domain is newly created.
days_since_domain_creationThe number of days since the email domain was created.
suspicious_tldIndicates if the top-level domain (TLD) of the email address is suspicious.
spamIndicates if the email address is associated with spam.
free_providerIndicates if the email address is associated with a free email service provider.
disposableIndicates if the email address is a disposable/temporary one.
deliverableIndicates if the email address is deliverable (can receive emails).
accept_allIndicates if the email address is a catch-all address (accepts all emails sent to the domain.
valid_mxIndicates if the email address has valid MX (Mail Exchange) records.
primary_mxThe primary Mail Exchange server for the email address.
spoofableIndicates if the email address is spoofable (can be impersonated).
spf_strictIndicates if the email address has strict Sender Policy Framework (SPF) settings.
dmarc_enforcedIndicates if the email address has enforced Domain-based Message Authentication, Reporting, and Conformance (DMARC) policies.
profilesThe root field for various online profiles associated with the email address.
twitterThe username associated with the Twitter profile linked to the email address.
is_pawnIndicates if the email address has been involved in a data breach and is listed on "Have I Been Pwned" website.
githubThe username associated with the GitHub profile linked to the email address.
ebayThe username associated with the eBay profile linked to the email address.
discordThe username associated with the Discord profile linked to the email address.
instagramThe username associated with the Instagram profile linked to the email address.
pinterestThe username associated with the Pinterest profile linked to the email address.
gravatarThe username associated with the Gravatar profile linked to the email address.
entryThe root field for Gravatar entry details.
idThe ID of the Gravatar profile.
hashThe hash of the Gravatar profile.
requestHashThe hash used for requesting the Gravatar profile.
profileUrlThe URL to access the Gravatar profile.
preferredUsernameThe preferred username associated with the Gravatar profile.
thumbnailUrlThe URL to access the Gravatar profile thumbnail image.
photosThe root field for Gravatar photo details.
valueThe URL to access the Gravatar profile photo.
typeThe type of the Gravatar profile photo.
nameThe root field for personal name details associated with the email address.
givenNameThe given name (first name) associated with the email address.
familyNameThe family name (last name) associated with the email address.
formattedThe formatted name (combination of given name and family name) associated with the email address.
displayNameThe display name associated with the email address.
urlsThe root field for various URLs associated with the email address.