Find emails

Find email addresses for up to 10 contacts. Each contact must provide firstName, lastName, and companyDomain. Returns email_id, status (Found | Not Found | Invalid), and verification_status (Valid | Catch_All | Unknown | Blacklisted | null). Requires authentication via Bearer token or API key in query parameter. Credits are deducted for contacts that are new or were last fetched more than 30 days ago.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

API key for authentication (when calling /api/v1/search-contacts/find-emails). Without Bearer token or api_key, the request returns 401 Unauthorized.

Body Params
contacts
array of objects
required
length ≤ 10

Array of contacts (max 10). Each must have firstName, lastName, companyDomain.

contacts*
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json