How do I validate email addresses or check if they exist in Minerva? Use this endpoint to check if email addresses are valid and whether they exist in the Minerva database.Common questions this endpoint answers:
How do I validate email addresses?
How do I check if an email exists in the Minerva database?
How can I verify email validity before enriching?
How do I see when an email was last seen?
How can I filter my email list to only Minerva-known contacts?
How do I check email quality?
What you need: List of email addresses (up to 2000 per request).What you get back: For each email: whether it’s found in Minerva, validation status, and last seen timestamp.Common use cases:
The Validate Emails endpoint checks if email addresses exist in the Minerva database and provides validation status and last seen date information. This endpoint accepts a simple list of email address strings and returns match status, validation status, and last seen timestamps for each email.The endpoint automatically handles email normalization and will attempt to match both the original email and any sanitized versions against the Minerva database.
An array of email address strings to validate. Maximum 2000 email addresses per request.Each element in the array should be a simple email address string (e.g., “user@example.com”).
API Version: This endpoint only supports v2 (/v2/validate_emails)
Rate Limits: Maximum 2000 email addresses per request
Email Normalization: Email addresses are automatically sanitized and normalized. The endpoint will match against both the original email and sanitized versions
Match Priority: If multiple versions of an email match (original vs. sanitized), the endpoint returns the best match based on most recent email_last_seen date
Return Order: Results are returned in the same order as the input array
Use Case: Use this endpoint to verify email existence in Minerva’s database before using resolve or enrich endpoints
Database Matching: Emails are matched against the data_lake.email_validation table using MD5 hashes of lowercase email addresses