post https://api.enrow.io/email/verify/bulk
This endpoint allows you to run multiple verifications in parallel
This is the most efficient endpoint if you need to run multiple verifications in parallel. It can go up to 5000 verifications per batch.
You can provide a webhook
url in those settings
, that will be called directly once the verifications are finished. This will allow you to be notified instantly.
The estimated_duration
is measured in minutes. It is not guaranteed that the verifications will be over by the time the estimation is reached.
You can provide a set of custom properties you would like to retrieve when receiving the result. To do so, simply enter those in the form of a map of keys / properties in the custom
field.