Piloterr

Email Verify

Email Verify via API.

Credit cost: 1 credit per call

GET
/v2/email/verify

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/email/verify?query=string"
[
  {
    "name": "Example",
    "value": {
      "email": "josselin.liebe@piloterr.com",
      "status": "valid"
    }
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}