Authentication
Path Parameters
The unique identifier of the lead to update
Request Body Schema
Lead company name
Lead contact email address
Lead contact phone number
Lead contact first name
Lead contact last name
Lead status. Options:
new
, contacted
, qualified
, converted
, lost
Array of user IDs to assign to this lead (replaces existing assignments)
Array of tag IDs to assign to this lead (replaces existing tags)
Array of custom field values to update
Response Schema
The updated lead ID
The lead UUID
Timestamp of when the lead was last updated
Example Request
Example Response
Error Responses
Notes
- Requires API key with
write_access
permission - Only provided fields are updated (selective updates)
- Array fields (assignedUsers, tags) replace existing values
- Custom field updates are validated against field definitions
- Triggers webhook events for integrations