Lead labels allow you to visually categorize your leads. There are three default lead labels: hot, cold, and warm, but you can add as many new custom labels as you want.
/v1/leadLabels
Returns details of all lead labels. This endpoint does not support pagination and all labels are always returned.
OK
/v1/leadLabels
Creates a lead label.
application/json
name
string
required
The name of the lead label
color
string
required
The color of the label. Only a subset of colors can be used.
Values
green
blue
red
yellow
purple
gray
OK
/v1/leadLabels/{id}
Deletes a specific lead label.
id
string
required
The ID of the lead label
Format
uuid
OK
/v1/leadLabels/{id}
Updates one or more properties of a lead label. Only properties included in the request will be updated.
id
string
required
The ID of the lead label
Format
uuid
application/json
name
string
The name of the lead label
color
string
The color of the label. Only a subset of colors can be used.
Values
green
blue
red
yellow
purple
gray
OK