Find Phone (Sync)
curl --request POST \
--url https://api.sixtyfour.ai/find-phone \
--header 'Content-Type: application/json' \
--data '
{
"lead": {},
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Find Phone
Find Phone (Sync)
Find a single person’s phone number.
POST
/
find-phone
Find Phone (Sync)
curl --request POST \
--url https://api.sixtyfour.ai/find-phone \
--header 'Content-Type: application/json' \
--data '
{
"lead": {},
"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.
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