Email Validation API Reference
Validate email addresses and get comprehensive deliverability information including validity status, catch-all detection, MX records, and optional company data enrichment.Validate Email
Request Body
The email address to validate. Must be a properly formatted email address.
Whether to include company enrichment data in the response. When set to 
true, additional company information will be returned if available.Response
Response Fields
Email Validation Fields
The email address that was validated.
Whether the email address format is valid according to RFC standards.
Whether the email can likely receive messages. Considers mailbox existence, domain validity, and MX records.
Whether the email address is from a known disposable/temporary email service.
Whether the email appears to be a role-based address (e.g., support@, admin@, noreply@).
Confidence score between 0 and 1 indicating how certain we are about the deliverability assessment.
Whether the domain is configured to accept emails sent to any address (catch-all).
MX Records Array
Array of MX (Mail Exchange) records for the domain.
The mail server hostname from the MX record.
MX record priority (lower numbers have higher priority).
Domain Info Object
The domain portion of the email address.
Domain registration date in ISO 8601 format, or 
null if unavailable.Whether the domain has an SPF record configured.
Whether the domain has a DMARC policy configured.
Whether the domain has DKIM records configured.
Company Object
Company data is only included when 
include_company_data is set to true in the request and company information is available for the domain.Company name associated with the email domain.
Company description and overview.
LinkedIn company identifier/slug.
URL to the company logo/picture.
Primary company website URL.
Primary industry classification.
Company type (e.g., “Privately Held”, “Public Company”).
Company street address.
Company city.
Company state/province.
Company postal/ZIP code.
Company country name.
Two-letter country code (ISO 3166-1 alpha-2).
Company revenue range (e.g., “5M-10M”).
Number of employees at the company.
Metadata Fields
Time taken to process the request in milliseconds.
Unique identifier for this request (ULID format).