Skip to content

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

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
itemsarrayoptional
limit_per_itemnumberoptional

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.