Leads
Look up the profile data behind a lead id returned by Signals.
The Signal API returns a numeric lead_id on many payloads. Leads lets you resolve that id into the lead's data: name, LinkedIn identifiers, position, location, work history, and — when resolvable — the lead's current company.
Use Leads when you already have a lead_id from a signal and want the details behind it. It is not a person search or lookup-by-name API, so you need the id first.
A lead without a linked profile still returns 200 OK, with the profile fields set to null. This is not an error.
All Leads endpoints use your workspace API key — see Authentication for headers, status codes, and the error model.
Endpoints
- Get lead: retrieve a lead's data by its
lead_id.