Webhooks

Email searches and verifications run in real time, typically taking 5–15 seconds. However, they may take longer if a company's SMTP server or website are slow.

Instead of waiting for the request to complete (synchronous processing), you can use webhooks to receive the results asynchronously once they are ready.

How to Use Webhooks

To receive results via a webhook, include an x-webhook-url header in your API request. This header should contain the publicly accessible URL where you want to receive the results.

Supported Endpoints

Webhooks are available for the following API endpoints:

We recommend checking the specific endpoint documentation for guidance on handling webhook responses effectively.