Find Phone (Bulk, Sync)
curl --request POST \
--url https://api.sixtyfour.ai/find-phone-bulk \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{}
],
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Find Phone
Find Phone (Bulk, Sync)
Find phone numbers for a batch of leads in one call.
POST
/
find-phone-bulk
Find Phone (Bulk, Sync)
curl --request POST \
--url https://api.sixtyfour.ai/find-phone-bulk \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{}
],
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
List of leads to process in one bulk 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