Account
Autoscout24
Bing
Brave
Chewy
Github
Homestra
Indeed
Linkedin (advanced)
Linkedin (basic)
Product Hunt
Seloger
Trustpilot
Vinted
Walmart
Wellfound
Email
Email Verify
This endpoint allows you to verify if an email address is valid or not.
GET
/
api
/
v2
/
email
/
verify
Copy
Ask AI
curl --location --request GET 'https://piloterr.com/api/v2/email/verify' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
--data-urlencode 'query=josselin.lieb@piloterr.com
Copy
Ask AI
{
"email": "josselin.lieb@piloterr.com",
"status": "valid",
}
Header
This parameter specifies the private key you’ll need for Piloterr access.
Parameters
This parameter specifies the email address you want to verify.
Response
Copy
Ask AI
curl --location --request GET 'https://piloterr.com/api/v2/email/verify' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
--data-urlencode 'query=josselin.lieb@piloterr.com
Copy
Ask AI
{
"email": "josselin.lieb@piloterr.com",
"status": "valid",
}
Was this page helpful?
Copy
Ask AI
curl --location --request GET 'https://piloterr.com/api/v2/email/verify' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
--data-urlencode 'query=josselin.lieb@piloterr.com
Copy
Ask AI
{
"email": "josselin.lieb@piloterr.com",
"status": "valid",
}
Assistant
Responses are generated using AI and may contain mistakes.