Skip to main content
Version: 1.7.0

Single Search: Email Discovery

Icypeas provides you with a special route to find an email address from a firstname, a lastname and a company domain name. When you are looking for the email address of one prospect, 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-search
BODY PARAMS
firstname*string(can be empty if a lastname is set)

The firstname of the person you want to find.

lastname*string(can be empty if a firstname is set)

The lastname of the person you want to find.

domainOrCompany*string

The domain or the company name of the person you want to find.

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-search
{
"firstname": "John",
"lastname": "Doe",
"domainOrCompany": "icypeas.com"
}
RESPONSES