/v1/people/enrich
Person by LinkedIn, email, phone, or Twitter
Call people and company enrich from CRM, enrichment jobs, or internal tools. Usage draws from the same credit wallet as the LeadHootz app.
Same JSON shape the public API returns — Graeme Napier / IBM, the sample we use in live tests.
GET /v1/people/enrich
Mint a live or test key in the app. Send it on every request. Keys are shown once at creation — copy them into your secret store.
lh_live_lh_test_https://public-api.leadhootz.com
Authorization: Bearer lh_live_your_key Accept: application/json
Identifier in, JSON out. Credits charge on a successful match — lookups are free.
/v1/people/enrich
Person by LinkedIn, email, phone, or Twitter
/v1/people/enrich-with-company
Person plus attached company record
/v1/people/mobile
Reveal a stored mobile by LinkedIn or email
/v1/people/email/verify
Verify a work email already in the graph
/v1/companies/enrich
Company by domain, LinkedIn, name, registry, or phone
/v1/companies/logo
Logo URL for a matched company
/v1/companies/financials
Financials for a matched company
/v1/lookups/job-titles
Autocomplete job titles — q, no credit charge
/v1/lookups/locations
Autocomplete locations
/v1/lookups/industries
Autocomplete industries
/v1/me
Key prefix, remaining credits, and rate limits
curl "https://public-api.leadhootz.com/v1/people/enrich?linkedin=https://www.linkedin.com/in/graeme-napier-1954951" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Accept: application/json"
Create a live or test key, then drop it into the snippet above.