Patch Lead
Partial update of a lead. Identical behavior to PUT — any field can be updated, and metadata is shallow-merged (existing keys preserved, new keys added, matching keys overwritten). To assign a human owner, set assigned_to to a team member’s id from GET /team.
id). It must be an active member of your account — otherwise the request is rejected with 400. Send null to leave the lead unassigned.Authorizations
API key for authentication. Keys are prefixed with nxr_live_.
Path Parameters
Lead ID
Body
Any lead field can be updated. Metadata is shallow-merged with existing values (other keys preserved). All other fields are replaced directly.
Lead's first name
"Carlos"
Lead's last name
"Rodriguez"
Lead's email address
"carlos@example.com"
Lead's phone number
"+56987654321"
Lead's company name
"Stark Industries"
Lead's job title
"Manager"
Lead source
"website"
Campaign ID to tag the lead with. Set to null to remove campaign assignment.
"123e4567-e89b-12d3-a456-426614174001"
Key-value pairs to merge into the lead's existing metadata. Existing keys not included in this object are preserved. New keys are added. Matching keys are overwritten with the new value.
ID of the team member who owns this lead. Must be an active member of your account (GET /team). Set to null to leave the lead unassigned.
"123e4567-e89b-12d3-a456-426614174002"