v1
latestOpenAPI 3.0.02026-07-14315757.3 KBEmail V2
Find Email
Finds the contact's business email address. Provide either full_name or first_name + last_name, and either domain or company. Returns envelope format with success/data/errors fields.
get/v2/email-finder
Query parameters
full_namestring
The contact's full name (e.g. "Dmytro Shulha"). Use instead of first_name + last_name.
first_namestring
The contact's first name (e.g. "Dmytro"). Required if full_name is not provided.
last_namestring
The contact's last name (e.g. "Shulha"). Required when first_name is provided.
domainstring
The company domain (e.g. "getprospect.com"). Provides the best results.
companystring
The company name (e.g. "GetProspect"). Used as a fallback when domain is not provided.
Response
Entity given