Contacts lookup
Look up phone numbers in batch
JSON batch lookup (same pattern as POST /api/v1/enrich/from-email). Each item accepts phone or cellphone. US phones are stored as +1 XXX-XXX-XXXX (space after country code). Optional limit_per_item (default 1, max 10).
POST/api/v1/contacts/from-phone
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 | optional | ||
limit_per_item | number | optional |
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.