Update a status’s name or color
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the status to update.
The new name for the status. Must be unique within the team. Maximum 255 characters.
1 - 255"New Lead"
"Warm"
"Qualified"
"Closed Won"
Color value. Can be a hex code (e.g., #3b82f6) or a color name (e.g., 'blue', 'red'). Use the /colors endpoint to get available color names.
"#3b82f6"
"blue"
"red"
"#f59e0b"
OK
Unique identifier for the status.
"l44e15irdq4db30i77cgphhx"
The display name of the status. Typically represents a stage in your sales pipeline.
"New Lead"
"Warm"
"Qualified"
"Closed Won"
Hex color code for the status (e.g., #10b981 for green). Null if no color is set.
"#ef4444"
The timestamp when this status was created.
"2025-11-10T18:03:16.000Z"