Person enrichment
Enrich from a name and company
JSON array of person records. Each item needs first_name, last_name, and at least one of company_name or email_domain. Same batch size cap as other batch routes (100 items per request). creditsRemaining may be null on unlimited plans.
POST/api/v1/enrich/from-person
Authorization
| Header | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | required | Your API key, for example lb_live_YOUR_API_KEY. You can send the same key as Authorization: Bearer instead. |
Body parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
items | array | required | Each element: first_name, last_name, and company_name and/or email_domain (non-empty strings). |
Response
okboolean- True when the request succeeded.
resultsarray- One result object for each item you sent, in the same order.
creditsRemainingnumber- Plan credits left after this request. Null on unlimited plans.