curl --location --request GET 'https://piloterr.com/api/v2/email/verify' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
--data-urlencode '[email protected]
{
"email": "[email protected]",
"status": "valid",
}
This endpoint allows you to verify if an email address is valid or not.
curl --location --request GET 'https://piloterr.com/api/v2/email/verify' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
--data-urlencode '[email protected]
{
"email": "[email protected]",
"status": "valid",
}
curl --location --request GET 'https://piloterr.com/api/v2/email/verify' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
--data-urlencode '[email protected]
{
"email": "[email protected]",
"status": "valid",
}
Was this page helpful?