Authorizations

Authorization

String

Required

Bearer authentication header of the form Bearer <YOUR_API_KEY>, where <YOUR_API_KEY> is your auth token.

Body params

first_name

String

Required

Provide the first name of the contact to enrich.

Provide the first name of the contact to enrich.

Provide the first name of the contact to enrich.

last_name

String

Required

Provide the last name of the contact to enrich.

Provide the last name of the contact to enrich.

Provide the last name of the contact to enrich.

company name

String

Provide the company name of the contact to enrich.

example: Airscale

Provide the company name of the contact to enrich.

example: Airscale

Provide the company name of the contact to enrich.

example: Airscale

domain

String

Provide the company domain of the contact to enrich.

example: airscale.io

Provide the company domain of the contact to enrich.

example: airscale.io

Provide the company domain of the contact to enrich.

example: airscale.io

Note

Note

Note

Either the company domain or the company name must be provided.

cURL

Python

Javascript

PHP

GO

curl -X POST "https://api.airscale.io/v1/email" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
        "first_name": "Victor",
        "last_name": "Detraz",
        "domain": "airscale.io",
        "company_name": "Airscale"
      }'

cURL

Python

Javascript

PHP

GO

curl -X POST "https://api.airscale.io/v1/email" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
        "first_name": "Victor",
        "last_name": "Detraz",
        "domain": "airscale.io",
        "company_name": "Airscale"
      }'

200

200

{
  "status": "success",
  "email": "victor@airscale.io",
  "email_status": "valid",
  "provider": "Prospeo",
  "verifier": "Bounceban"
}

{
  "status": "success",
  "linkedin_profile_url": "https://www.linkedin.com/in/vdetraz",
  "phone_number": "+33610607076",
  "provider": "RocketReach"
}