Find Email (Sync)
curl --request POST \
--url https://api.sixtyfour.ai/find-email \
--header 'Content-Type: application/json' \
--data '
{
"lead": {},
"verify_emails": true,
"mode": "PROFESSIONAL",
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Find Email
Find Email (Sync)
Find a single person’s email address.
POST
/
find-email
Find Email (Sync)
curl --request POST \
--url https://api.sixtyfour.ai/find-email \
--header 'Content-Type: application/json' \
--data '
{
"lead": {},
"verify_emails": true,
"mode": "PROFESSIONAL",
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
Single lead to process. Provide any combination of name, email, company, linkedin, etc.
SMTP-verify each discovered email before returning it.
Email type to discover: 'PROFESSIONAL' (work) or 'PERSONAL'.
Available options:
PROFESSIONAL, PERSONAL Override the default provider waterfall by listing provider IDs in priority order.
HTTPS URL that receives the result payload when the async job completes.
Required string length:
1 - 2083Response
Successful Response
Was this page helpful?
⌘I