Skip to main content
Version: 1.7.0

Single Search: Email Verification

Icypeas provides you with a special route to verify an email address. If you want to know if a specific email address exists, use this route.

caution

Please be aware that you should not use this route if you want to make many searches. You need to use the bulk search instead which is designed to handle thousand of searches in parallel

POSThttps://app.icypeas.com/api/email-verification
BODY PARAMS
email*string

The email address you want to verify.

customobject

Custom object to pass a custom webhook and/or a custom id that will be added to the search

webhookUrlurl

A custom webhook URL that will be trigger for this search when it is done. Please see the related section on the 'Push notifications' to see what the request will look like.

externalIdstring

A custom ID to track your search when fetching result or being notified through a webhook. We do not check the uniqueness of your IDs. You need to take care of that.

/email-verification
{
"email": "example-email@icypeas.com"
}
RESPONSES