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
Key | Description |
---|---|
api-key | Your Secret Key |
Request Body
Key | Description |
---|---|
Email 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
Response | Description |
---|---|
success | Indicates whether the request was successful ("true") or not ("false"). |
status | A status code that represents the result of the request. |
response | Contains an array of information about the email |
domain | The root field for domain-related information containing various sub-fields about the domain name and its registrar. |
domain_name | The name of the domain. |
registry_domain_id | The unique identifier of the domain in the registry. |
registrar_whois_server | The WHOIS server used by the registrar to look up domain information. |
registrar_url | The URL of the registrar. |
updated_date | The date when the domain was last updated. |
creation_date | The date when the domain was initially created. |
registry_expiry_date | The date when the domain registration is set to expire. |
registrar | The name of the registrar responsible for managing the domain. |
registrar_iana_id | The IANA ID of the registrar. |
registrar_abuse_contact_email | The email address to report abuse regarding the domain. |
registrar_abuse_contact_phone | The phone number to report abuse regarding the domain. |
domain_status | The status of the domain. |
name_server | The name server associated with the domain. |
dnssec | Indicates whether the domain is DNSSEC secured. |
url_of_the_icann_whois_inaccuracy_complaint_form | The URL to report inaccuracies in the WHOIS data. |
last_update_of_whois_database | The date when the WHOIS database was last updated. |
domain_error | Indicates if there was an error with the domain. |
domain_exists | Indicates if the domain exists. |
day_since_domain_creation | The number of days since the domain was created. |
email_verify | The root field for email verification related information. |
smtp-status | The SMTP status for verifying the email address. |
typos-fixed | Indicates whether any typos in the email address have been fixed. |
domain-error | Indicates if there was an error with the email domain. |
verified | Indicates if the email address has been verified. |
is-freemail | Indicates if the email address is a freemail (e.g., Gmail, Yahoo). |
is-disposable | Indicates if the email address is a disposable/temporary one. |
valid | Indicates if the email address is valid. |
is-catch-all | Indicates if the email address is a catch-all address (accepts all emails sent to the domain). |
is-deferred | Indicates if the email address is deferred (e.g., server issues). |
provider | The email service provider associated with the email. |
domain | The domain associated with the email. |
smtp-response | The detailed SMTP response message received while trying to send an email to the address. |
syntax-error | Indicates if there was a syntax error with the email address. |
The email address under verification. | |
is-personal | Indicates if the email address is associated with a person. |
advance | The root field for advanced email reputation details. |
email_reputation | The root field for email reputation details of the address. |
reputation | The email reputation status of the address. |
suspicious | Indicates if the email address is suspicious. |
references | The number of references related to the email address. |
details | The root field for additional details related to email reputation. |
blacklisted | Indicates if the email address is blacklisted. |
malicious_activity | Indicates if there is a history of malicious activity associated with the email address. |
malicious_activity_recent | Indicates if there is recent malicious activity associated with the email address. |
credentials_leaked | Indicates if the email address's credentials have been leaked. |
credentials_leaked_recent | Indicates if the email address's credentials have been leaked recently. |
data_breach | Indicates if the email address is associated with a data breach. |
first_seen | The date when the email address was first observed. |
last_seen | The date when the email address was last observed. |
domain_exists | Indicates if the email domain exists. |
domain_reputation | The reputation status of the email domain. |
new_domain | Indicates if the email domain is newly created. |
days_since_domain_creation | The number of days since the email domain was created. |
suspicious_tld | Indicates if the top-level domain (TLD) of the email address is suspicious. |
spam | Indicates if the email address is associated with spam. |
free_provider | Indicates if the email address is associated with a free email service provider. |
disposable | Indicates if the email address is a disposable/temporary one. |
deliverable | Indicates if the email address is deliverable (can receive emails). |
accept_all | Indicates if the email address is a catch-all address (accepts all emails sent to the domain. |
valid_mx | Indicates if the email address has valid MX (Mail Exchange) records. |
primary_mx | The primary Mail Exchange server for the email address. |
spoofable | Indicates if the email address is spoofable (can be impersonated). |
spf_strict | Indicates if the email address has strict Sender Policy Framework (SPF) settings. |
dmarc_enforced | Indicates if the email address has enforced Domain-based Message Authentication, Reporting, and Conformance (DMARC) policies. |
profiles | The root field for various online profiles associated with the email address. |
The username associated with the Twitter profile linked to the email address. | |
is_pawn | Indicates if the email address has been involved in a data breach and is listed on "Have I Been Pwned" website. |
github | The username associated with the GitHub profile linked to the email address. |
ebay | The username associated with the eBay profile linked to the email address. |
discord | The username associated with the Discord profile linked to the email address. |
The username associated with the Instagram profile linked to the email address. | |
The username associated with the Pinterest profile linked to the email address. | |
gravatar | The username associated with the Gravatar profile linked to the email address. |
entry | The root field for Gravatar entry details. |
id | The ID of the Gravatar profile. |
hash | The hash of the Gravatar profile. |
requestHash | The hash used for requesting the Gravatar profile. |
profileUrl | The URL to access the Gravatar profile. |
preferredUsername | The preferred username associated with the Gravatar profile. |
thumbnailUrl | The URL to access the Gravatar profile thumbnail image. |
photos | The root field for Gravatar photo details. |
value | The URL to access the Gravatar profile photo. |
type | The type of the Gravatar profile photo. |
name | The root field for personal name details associated with the email address. |
givenName | The given name (first name) associated with the email address. |
familyName | The family name (last name) associated with the email address. |
formatted | The formatted name (combination of given name and family name) associated with the email address. |
displayName | The display name associated with the email address. |
urls | The root field for various URLs associated with the email address. |
Updated over 1 year ago