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.
Returns details of all lead labels. This endpoint does not support pagination and all labels are always returned.
/v1/leadLabels
OK
Creates a lead label.
/v1/leadLabels
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
Updates one or more properties of a lead label. Only properties included in the request will be updated.
/v1/leadLabels/{id}
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
Deletes a specific lead label.
/v1/leadLabels/{id}
id
string
required
The ID of the lead label
Format
uuid
OK