Hash email address for privacy
Utilities
Email Hashing
Hash email addresses using SHA-256, SHA-1, and MD5 for privacy-safe enrichment via the email_hash parameter.
POST
Hash email address for privacy
Documentation Index
Fetch the complete documentation index at: https://www.datalegion.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
Pass an email address and receive SHA-256, SHA-1, and MD5 hashes of the normalized email. The email is cleaned (lowercased, Gmail dots removed, plus tags stripped) before hashing. Use the returned hash with theemail_hash field in Person Enrichment for privacy-safe lookups — you never need to send the raw email address.
Workflow
- Hash the email using this endpoint
- Store or transmit only the hash
- Use the hash with
email_hashin person enrichment
Authorizations
Body
application/json
Request model for email hashing.
Email address to hash