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
The numeric ID of the lead to retrieve.
Look up a lead by its user-provided unique identifier (e.g. your CRM lead ID).
Look up a lead by email address. Returns the newest matching lead.
Look up a lead by phone number. Returns the newest matching lead.
Response
"Lead retrieved".The lead object.