API Endpoints
Email Finder
Use this endpoint to find the email for a contact
Endpoint
Headers
Key | Value | Required |
|---|---|---|
Content-Type | application/json | Yes |
Authorization | Bearer <YOUR_API_KEY> | Yes |
Request Body
Option 1: Name + Company name or Domain
Field | Type | Required |
|---|---|---|
linkedin_profile_url | string | No |
first_name | string | Yes |
last_name | string | Yes |
domain | string | Only if: company_name is empty |
company_name | string | Only if: domain is empty |
Option 2: LinkedIn profile URL
Field | Type | Required |
|---|---|---|
linkedin_profile_url | string | Yes |
first_name | string | No |
last_name | string | No |
domain | string | No |
company_name | object | No |
Response
Successful Response (200)
Example Usage
cURL
Python
JavaScript (Fetch)
PHP
GO
