Email Hashes

The Hashed Email Insights Bundle will return hashed versions of known email addresses associated with the profile. The returned hashed email addresses, available in both MD5, SHA-1 and SHA-256 variations, can then be used to help link our profiles with your data. The max number of hashed email addresses that can be returned are 20. The hashes represent normalized versions of the plain-text email, both all-lowercase and all-uppercase types of normalization. Each email, we can designate it as work, consumer, education, government, or other. This Insights Bundle will be returned within the emails key in the details object of a Person Summary object. Should you wish to specify the hashed email variation that is returned you can use FullContact's Hashed Email Type Filter to specify MD5, SHA1 or SHA256.


"details": {
"emails": [
{
"label": "consumer",
"md5": "bbbe3f5df1bf8d823058ba60addfa7f5",
"sha256": "12ca252e3570e9f88468e8b30b247d1c5cb38827f3d5cacf4b35cd6130edf899",
"sha1": "a3fd93ec1eed8cb245c99701f9107686ca9b40f9"
},
{
"label": "consumer",
"md5": "bff762e6541d05b68d80004d5e318577",
"sha256": "f7c44dcfc5fac647dfb7cac08adf412ba59f8a85e178fe8dc8f0aa58bd6aa3d0",
"sha1": "f7c9e9d78084c792db4962e1fb55076b0b10788d"
},
{
"label": "work",
"md5": "6d92c3c3b7e8fe1a1c4991c3242fff21",
"sha256": "57c469b370eef607ebe0af462300ade7413a46d4893071f477d92888c416387e",
"sha1": "a42b4d848c94fd5675ffc7c7f6f6909374e5872b"
}
]
},
Properties

label string

An indicator of the source or type of email. If provided in the Person request, the value will be provided, otherwise, hash.

md5 string

The MD5 hash representation for a given email address.

sha1 string

The SHA-1 hash representation for a given email address.

sha256 string

The SHA-256 hash representation for a given email address.