Leads
Get Lead
Retrieve a single lead by ID, email, phone, or unique identifier.
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:
leadIduniqueIdentifieremailphone
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.