webhookUrl, your server will receive:curl --location --request POST 'https://dev.enrich.so/api/v3/email-validation/batch' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"sarah.chen@stripe.com",
"james.rodriguez@hubspot.com",
"priya.patel@notion.so",
"marco.silva@datadog.com"
],
"webhookUrl": "https://api.yourapp.com/webhooks/enrich"
}'{
"success": true,
"data": {
"batchId": "665a1f4e2c3b7800129dce01",
"status": "queued",
"itemCount": 4,
"originalCount": 4,
"duplicatesRemoved": 0
},
"meta": {
"requestId": "665a1f4e2c3b7800129dce00",
"creditsReserved": 4,
"creditsPerItem": 1,
"estimatedCredits": 4
}
}