GET
/
api
/
v2
/
email
/
finder
curl --location --request GET 'https://piloterr.com/api/v2/email/finder' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
--data-urlencode 'query=Guillaume Scaglia' \
--data-urlencode 'company_domain=piloterr.com' \
--data-urlencode 'company_name=Piloterr'
{
    "email": "guillaume.scaglia@piloterr.com",
    "status": "valid",
    "last_name": "scaglia",
    "first_name": "guillaume",
    "company_domain": "piloterr.com"
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Full name of the person you want to find the email address for.

company_domain
string

The company’s domain, multiple formats accepted piloterr.com or https://www.piloterr.com

company_name
string

The company name of the person you want to find the email address for Piloterr

Response