Skip to main content
GET
Returns the full details of a single lead. The lead must belong to the project associated with your API key. Provide exactly one identifier as a query parameter. If multiple are provided, the following priority order is used:
  1. leadId
  2. uniqueIdentifier
  3. email
  4. phone
Only the highest-priority identifier is used — the others are ignored. For email and phone lookups, the most recently created lead is returned when multiple matches exist.

Query parameters

number
The numeric ID of the lead to retrieve.
string
Look up a lead by its user-provided unique identifier (e.g. your CRM lead ID).
string
Look up a lead by email address. Returns the newest matching lead.
string
Look up a lead by phone number. Returns the newest matching lead.

Response

string
"Lead retrieved".
object
The lead object.