Skip to content

Person enrichment

Enrich from a work email

JSON array of work emails. One credit per item where success is true. creditsRemaining may be null on unlimited plans.

POST/api/v1/enrich/from-email

Authorization

HeaderTypeRequiredDescription
X-API-KeystringrequiredYour API key, for example lb_live_YOUR_API_KEY. You can send the same key as Authorization: Bearer instead.

Body parameters

NameTypeRequiredDefaultDescription
itemsarrayrequiredEach element must include email (string).

Response

ok boolean
True when the request succeeded.
results array
One result object for each item you sent, in the same order.
creditsRemaining number
Plan credits left after this request. Null on unlimited plans.