GET
/
api
/
v2
/
email
/
verify
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
{
    "email": "josselin.lieb@piloterr.com",
    "status": "valid",
}
x-api-key
string
required

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

Parameters

query
string

This parameter specifies the email address you want to verify.

Response