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