Choose a workflow, adjust request options, copy SDK-ready code, and inspect the response contract, headers, limits, and webhook behavior.
p95 uptime
99.95%
sandbox
free
version
v1
/v1/leads/searchFind verified decision makers by title, industry, geography, technology, and intent.
curl -X POST "https://sandbox.api.leadslogix.com/v1/leads/search" \
-H "Authorization: Bearer llx_sk_test_123456789" \
-H "Content-Type: application/json" \
-H "X-Organization-Id: org_01JY8QZ5T8" \
-d '{"filters":{"titles":["VP Sales","Head of Revenue","RevOps Director"],"industries":["Software","B2B SaaS"],"employees":{"min":50,"max":1000},"technologies":["Salesforce","HubSpot"],"has_verified_email":true,"include_phone":false},"limit":25,"sort":"confidence_desc"}'Base URL
https://sandbox.api.leadslogix.com
Credits
1 credit / 25 previews
Latency
280 ms p50
Org header
X-Organization-Id
Status, headers, payload shape.
Request ID
req_8QZ5T8
Remaining
4,982
Reset
42s
{
"object": "lead_search_result",
"data": [
{
"id": "lead_01JY8R6P7N6K3",
"name": "Maya Chen",
"title": "VP Sales",
"company": "Northstar Cloud",
"verified_email": "maya.chen@northstarcloud.com",
"phone": null,
"confidence": 96,
"source_count": 4
}
],
"page": {
"limit": 25,
"next_cursor": "cur_eyJvZmZzZXQiOjI1fQ"
},
"credits_used": 1
}filtersobject *Structured company and contact filters.
limitintegerRecords returned per page. Max 100.
cursorstringOpaque cursor from the previous response.
Authorization: Bearer llx_sk_live_...
X-Organization-Id: org_01JY8QZ5T8
Content-Type: application/jsonEvery response includes remaining quota, reset time, and request id for support traceability.
X-RateLimit-Remaining: 4982Callbacks include a timestamp and HMAC signature. Reject events older than five minutes.
X-LLX-Signature: sha256=...Use organization headers for team accounts. API keys can be scoped to search, export, billing, or admin actions.
X-Organization-Id: org_...Reference the field model, scopes, response codes, webhook event catalog, SDK setup, and request lifecycle used across LeadsLogix API endpoints.
idstringrequiredStable LeadsLogix lead identifier.
person.namestringrequiredNormalized full name from source evidence.
person.titlestringrequiredCurrent title with seniority and department inference.
company.domainstringrequiredOfficial company domain used for dedupe and enrichment.
email.valuestring | nullVerified email when revealed or included by plan.
email.statusenumdeliverable, risky, unknown, undeliverable.
confidencenumberrequired0-100 composite score across identity, source, and freshness.
idstringrequiredStable company identifier.
domainstringrequiredCanonical official website domain.
industrystringPrimary normalized industry label.
employeesintegerEstimated headcount when available.
technologiesarrayDetected CRM, analytics, ads, data, CMS, and infra tools.
intent_signalsarrayHiring, funding, tech migration, and market activity signals.
idstringrequiredAsync job id used for polling and webhook correlation.
statusenumrequiredqueued, running, completed, failed, paused.
stagesarrayrequiredStage-level status, record counts, credits, errors, and duration.
credits_estimatedintegerEstimated cost before execution.
credits_spentintegerFinal metered credits after completion.
Explore available endpoints. Filter by method, search by path.
/api/v1/enrich/api/v1/discover/api/v1/company/{domain}/api/v1/leads/searchEverything you need to know about our platform.
Still have questions?
Our team can walk you through the pipeline, pricing, and your use case.