Reverse Phone Lookup (Bulk, Async)
curl --request POST \
--url https://api.sixtyfour.ai/reverse-phone-bulk-async \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{}
],
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Find Phone
Reverse Phone Lookup (Bulk, Async)
Resolve people from a batch of phone numbers; returns a job ID to poll.
POST
/
reverse-phone-bulk-async
Reverse Phone Lookup (Bulk, Async)
curl --request POST \
--url https://api.sixtyfour.ai/reverse-phone-bulk-async \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{}
],
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
List of leads with phone 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