curl --location --request GET "https://piloterr.com/api/v2/email/finder?query=firstname+lastname&company_domain=xxxx.com" \
--header "Content-Type: application/json" \
--header "x-api-key: <token>"
{
"email": "first_name.last_name@xxx.com",
"status": "valid",
"last_name": "last_name",
"first_name": "first_name",
"company_domain": "xxxx.com"
}
Find verified email addresses easily and secure more meals for your business.
curl --location --request GET "https://piloterr.com/api/v2/email/finder?query=firstname+lastname&company_domain=xxxx.com" \
--header "Content-Type: application/json" \
--header "x-api-key: <token>"
{
"email": "first_name.last_name@xxx.com",
"status": "valid",
"last_name": "last_name",
"first_name": "first_name",
"company_domain": "xxxx.com"
}
piloterr.com
or https://www.piloterr.com
Piloterr
curl --location --request GET "https://piloterr.com/api/v2/email/finder?query=firstname+lastname&company_domain=xxxx.com" \
--header "Content-Type: application/json" \
--header "x-api-key: <token>"
{
"email": "first_name.last_name@xxx.com",
"status": "valid",
"last_name": "last_name",
"first_name": "first_name",
"company_domain": "xxxx.com"
}
Was this page helpful?