Update Lead
Leads
Update Lead
Update mutable base fields and attributes on an existing Lead.
PATCH
Update Lead
CLI:
Overview
Updates mutable base fields and attributes on a Lead. The Leadtype is intentionally not writable; person and company Leads have different identity rules and must stay in their original category.
Use this when a user corrects core Lead data such as name, company, title, domain, profile fields, custom attributes, or enrichment outputs.
AI agent notes
Pass the Lead
id plus only the fields or attributes that should change. The response returns { lead } with the updated object.Do not use this endpoint to move a Lead between Lists. List membership is managed by the List Lead endpoints.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Lead updated.
- Option 1
- Option 2