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.
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
The email address you want to verify.
Custom object to pass a custom webhook and/or a custom id that will be added to the search
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.
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": "example-email@icypeas.com"
}