Reverse Email Lookup (Async)
curl --request POST \
--url https://api.sixtyfour.ai/reverse-email-async \
--header 'Content-Type: application/json' \
--data '
{
"lead": {},
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Find Email
Reverse Email Lookup (Async)
Resolve a person from their email address; returns a job ID to poll.
POST
/
reverse-email-async
Reverse Email Lookup (Async)
curl --request POST \
--url https://api.sixtyfour.ai/reverse-email-async \
--header 'Content-Type: application/json' \
--data '
{
"lead": {},
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
Single lead with at least an email field to reverse-lookup.
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