webhookUrl, your server will receive:curl --location --request POST 'https://dev.enrich.so/api/v3/reverse-lookup/phones/bulk' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"sarah.chen@stripe.com",
"james.rodriguez@hubspot.com"
],
"linkedins": [
"https://www.example.com/in/priyapatel"
],
"webhookUrl": "https://api.yourapp.com/webhooks/enrich"
}'{
"success": true,
"data": {
"batchId": "665c52bf7b8e3f00149f0a10",
"status": "queued",
"itemCount": 3,
"message": "Bulk phone lookup job created",
"originalCount": 3,
"duplicatesRemoved": 0
},
"meta": {
"requestId": "665c52bf7b8e3f00149f0a0f",
"creditsReserved": 1500,
"creditsPerItem": 500,
"estimatedCredits": 1500
}
}