Submit lead input (name and optional company, job title, location, etc.). Navigator searches for a matching X (Twitter) profile. If a match is found, returns the full lead (same structure as the add-lead-to-campaign JSON payload) and deducts 1 Navigator credit. If no match is found, returns match: null and does not deduct any credit. The returned lead can be passed directly to Add lead to campaign (JSON import) if desired.
fullName or firstName + lastName, plus optional fields like company, job title, location, headline). Navigator searches for a matching X (Twitter) profile. If a match is found, the API returns the full lead in the same structure as the Add lead to campaign JSON payload, and one Navigator credit is deducted. If no match is found, the response has match: null and no credit is deducted.
The returned match object can be passed directly to Add lead to campaign (using importType: "json" and json: match) to add that lead to a campaign without a second lookup.
API key for authentication
Provide either fullName or firstName+lastName.
Full name (first + last). Will be split into firstName/lastName internally.
Optional website URL
Optional company name
Optional job title
Optional location
Optional headline/bio (can contain @handle for faster match)
Enrichment completed. match is the full lead when found, or null when no match. creditsUsed is 1 when a match was found (1 Navigator credit deducted); omitted when no match.