webhookUrl, your server will receive:curl --location --request POST 'https://dev.enrich.so/api/v3/email-finder/batch' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"leads": [
{
"firstName": "Emily",
"lastName": "Zhang",
"domain": "figma.com"
},
{
"firstName": "David",
"lastName": "Kim",
"domain": "vercel.com"
},
{
"firstName": "Aisha",
"lastName": "Johnson",
"domain": "cloudflare.com"
}
],
"webhookUrl": "https://api.yourapp.com/webhooks/enrich"
}'{
"success": true,
"data": {
"batchId": "665b12cf3e4c9200138eaf10",
"status": "queued",
"itemCount": 3,
"originalCount": 3,
"duplicatesRemoved": 0
},
"meta": {
"requestId": "665b12cf3e4c9200138eaf0f",
"creditsReserved": 30,
"creditsPerItem": 10,
"estimatedCredits": 30
}
}