Skip to main content
POST
Enrich a person

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Body

application/json
identifiers
object
required

Unique handles used to resolve a person upstream. Provide AT LEAST ONE of email or linkedin_url. Name + company are NOT accepted here — for that flow, call /people/email-finder first to obtain an email.

fields
enum<string>[]
Available options:
email,
work_email,
personal_email,
verified_email,
mobile,
linkedin_url,
twitter_url,
full_name,
first_name,
last_name,
job_title,
seniority,
department,
company_name,
company_domain,
location
max_cost_cents
number
Required range: x >= 0

Response

Person enrichment result.

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object