Authorizations

Authorization

String

Required

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

Body params

Email

String

Required

Provide the professional email of the individual.

example: victor@airscale.io

Provide the professional email of the individual.

example: victor@airscale.io

cURL

Python

Javascript

PHP

GO

curl -X POST https://your-worker.workers.dev/v1/reverse-email \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "victor@airscale.io"}'

cURL

Python

Javascript

PHP

GO

curl -X POST https://your-worker.workers.dev/v1/reverse-email \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "victor@airscale.io"}'

200

200

{
    "status": "success",
    "url": "https://www.linkedin.com/vdetraz"
}

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