Reverse Email Lookup (Bulk, Sync)
curl --request POST \
--url https://api.sixtyfour.ai/reverse-email-bulk \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{}
],
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Find Email
Reverse Email Lookup (Bulk, Sync)
Resolve people from a batch of email addresses in one call.
POST
/
reverse-email-bulk
Reverse Email Lookup (Bulk, Sync)
curl --request POST \
--url https://api.sixtyfour.ai/reverse-email-bulk \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{}
],
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
List of leads with email to reverse-lookup in one request.
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