Lead Management
Update Lead
Update existing lead information and status
PUT
Update Lead
Modify an existing lead’s contact information, status, tags, or custom fields. Useful for keeping lead data current and tracking engagement progress.
Requires the
leads:write
permission.Request
The unique identifier of the lead to update
Your API key with leads:write
permission
Must be application/json
Body Parameters
Lead’s first name
Lead’s last name
Primary email address
Company name
Job title
Lead status (e.g., “new”, “contacted”, “qualified”, “converted”, “unqualified”)
Array of tag strings for categorization
Object containing custom field key-value pairs
Examples
Update Lead Status
Response
Always true
for successful requests
The updated lead object