Piloterr

Company Email Patterns

Company Email Patterns via API.

Credit cost: 1 credit per call

GET
/v2/company/email_pattern

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/company/email_pattern?query=string"
[
  {
    "name": "Example",
    "value": [
      {
        "pattern": "[F].[L]",
        "percentage": 99.131
      },
      {
        "pattern": "[F]",
        "percentage": 0.3032
      },
      {
        "pattern": "[F1][L]",
        "percentage": 0.3032
      },
      {
        "pattern": "[F1].[L]",
        "percentage": 0.1819
      },
      {
        "pattern": "[F].[L1]",
        "percentage": 0.0404
      },
      {
        "pattern": "[L]",
        "percentage": 0.0202
      },
      {
        "pattern": "[F1]-[L1]",
        "percentage": 0.0202
      }
    ]
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}