This operation allows you to find email addresses based on a person’s name and company information. It returns the found email address with validation status. This operation consume 1 credit.
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.
This parameter is a string. It represents the full name of the person to find email for. You must provide either 'full_name' or both 'first_name' and 'last_name'.
This parameter is a string. It represents the first name of the person. You must provide either 'full_name' or both 'first_name' and 'last_name'.
This parameter is a string. It represents the last name of the person. You must provide either 'full_name' or both 'first_name' and 'last_name'.
This parameter is a string. It represents the company domain. At least one of 'domain' or 'company_name' is required.
This parameter is a string. It represents the company name. At least one of 'domain' or 'company_name' is required.
The endpoint found and returns email information for the person.
The response is of type object
.
This operation allows you to find email addresses based on a person’s name and company information. It returns the found email address with validation status. This operation consume 1 credit.
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.
This parameter is a string. It represents the full name of the person to find email for. You must provide either 'full_name' or both 'first_name' and 'last_name'.
This parameter is a string. It represents the first name of the person. You must provide either 'full_name' or both 'first_name' and 'last_name'.
This parameter is a string. It represents the last name of the person. You must provide either 'full_name' or both 'first_name' and 'last_name'.
This parameter is a string. It represents the company domain. At least one of 'domain' or 'company_name' is required.
This parameter is a string. It represents the company name. At least one of 'domain' or 'company_name' is required.
The endpoint found and returns email information for the person.
The response is of type object
.