Get lead
Fetches details of a specific lead. Returns 404 if the lead has been deleted; use GET /leads to enumerate deleted leads (which surface with deleted: true) for incremental sync.
Authorizations
Path Parameters
The ID of the lead to fetch
Response
Lead details fetched successfully.
Stable unique identifier for the lead.
The first name of the lead.
The last name of the lead.
The phone number of the lead. This will be in the format +15555555555.
The email address of the lead, if available.
The name of the customer profile to which this lead belongs.
The date and time when the lead was created.
The date and time when the lead was last modified. Useful for cache freshness checks.
An optional key-value object containing additional information stored with the lead. This includes any context from when the lead was created, along with any variables that Apten has stored for the lead.
Indicates whether the lead has replied to any messages from Apten.
Indicates whether the lead is considered "hot" by Apten.
Indicates whether the lead is considered "qualified" by Apten.
Indicates whether the lead has unsubscribed from Apten.
Indicates whether Apten is turned on for the lead.
An array of tags associated with the lead.
A summary of the conversation with the lead.
The ID of the lead in an external CRM (Salesforce, HubSpot, Dynamics, or Close), if the lead is linked to one.

