Skip to main content
POST

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Headers

x-api-version
enum<string>
default:2025-11-01
required

API version to use. This endpoint currently requires 2025-11-01.

Available options:
2025-11-01
Example:

"2025-11-01"

Body

application/json

Person identifier (profile URL or business email) and optional contact-field selection.

Request body for /person/contact/enrich. Submit exactly one identifier type per request — professional_network_profile_urls or business_emails — and optionally restrict which contact tiers are enriched.

professional_network_profile_urls
string[]
required

Array of professional-network profile URLs to enrich (max 25).

Example:
business_emails
string<email>[]

Array of business emails to look up (max 25).

Example:
fields
string[]

Contact tiers to enrich. Only contact fields are accepted: contact.business_emails, contact.personal_emails, and contact.phone_numbers. When omitted, all three tiers are enriched. Requesting any non-contact field returns a 400 error.

Example:

Response

Enriched person contact data. Returns a top-level array with one entry per submitted identifier; unmatched identifiers return an empty matches array.

matched_on
string

The specific input value this entry corresponds to (a profile URL or a business email).

Example:

"https://www.linkedin.com/in/dvdhsu/"

match_type
enum<string>

Which identifier type the input was matched on.

Available options:
professional_network_profile_url,
business_email
matches
object[]

Matching contact records. Empty when no contact data was found for the identifier.

Example: