Endpoint
Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | Yes | Your Sixtyfour API key |
| Content-Type | string | Yes | Must be application/json |
Body
| Field | Type | Required | Description |
|---|---|---|---|
| lead | object | Yes | Lead information to find email for |
| mode | string | No | Email discovery mode. Allowed values: "PROFESSIONAL" (default) for company emails, "PERSONAL" for personal emails. |
Example Request (PROFESSIONAL mode)
Example Request (PERSONAL mode)
Response
Success Response (200)
Returns found email addresses with validation status. The response fields differ bymode:
- In
PROFESSIONALmode: company emails are returned in theemailfield. - In
PERSONALmode: personal emails are returned inpersonal_email, and company emails (if any) are returned inemail.
email field contains a list of tuples, where each tuple consists of:
- Email address (string)
- Validation status (string):
"OK": The email address has been validated and is likely deliverable"UNKNOWN": The email address could not be validated or its deliverability status is uncertain, most likely because of catch all domains.
- Email type (string):
"COMPANY": The email address is associated with the company domain"PERSONAL": The email address is a personal email address (e.g., Gmail, Yahoo, etc.)
email field, it will be returned unchanged in the response with appropriate status and type. In PERSONAL mode, if the existing email is a personal email, the API returns immediately without additional processing or cost.
Pricing
PROFESSIONALmode (company emails): $0.05 per requestPERSONALmode (personal emails): $0.20 per request