solar-interest, roofing-lead, or do-not-knock. The tags API lets you list all tags defined for your company and create new ones. To apply a tag to a specific prospect, update that prospect record. Tags are referenced by their display value in prospect filter parameters.
List tags
Response
Returns an array of tag objects directly.number
Tag ID.
string
Display label for the tag (e.g.
"solar-interest").string | null
Hex color code used when rendering the tag badge, or
null if no color is set.number
Your company ID.
string
ISO 8601 creation timestamp.
ISO 8601 timestamp if the tag has been hidden, otherwise
null.Create a tag
Request body
string
required
Display label for the tag. Must be at least 1 character. Must be unique within your company.
string
Hex color code (e.g.
#22C55E). Displayed in the tag badge across the dashboard and mobile app.201 with the created tag object on success.
