People · Enrich
Resolve a person to a verified email, title, LinkedIn URL and — optionally — direct phone.
POST
/v1/people/enrich2 (+4 when revealPhone=true) credits per callBody parameters
firstName string | |
lastName string | |
fullName string | |
company stringrequired | |
title string | |
postalCode string | |
country string | |
revealPhone boolean |
Response fields
Root
status "verified" | "guessed" | "not_found" | One of: `verified`, `guessed`, `not_found`. |
person object | |
company object | |
sources string[] | |
request_id string |
response.person
full_name string | |
title string | |
seniority string | |
category string | |
linkedin_url string | |
email string | null | |
email_status string | null | |
phone string | null | |
phone_type string | null | |
phone_request_key string | null | Present when revealPhone=true and the phone is delivered asynchronously via webhook. Poll the phone-reveal endpoint with this key. |
response.company
name string | |
domain string | |
website string |