List all tags
List all tags
GET
List all tags
Retrieves a list of all tags. Tags are returned sorted alphabetically by name. Each tag includes its color, slug, and the count of conversations it’s associated with.
Authorizations
Response
200 - application/json
List of tags retrieved successfully
Unique identifier for the tag
Example:
42
URL-friendly slug generated from the tag name
Maximum string length:
50Example:
"important-customer"
Display name of the tag
Maximum string length:
50Example:
"Important Customer"
Hex color code for the tag (e.g.,
Pattern:
^#[0-9A-Fa-f]{6}$Example:
"#FF5733"
Number of conversations associated with this tag
Example:
15
Whether this is a system-defined tag that cannot be modified or deleted
Example:
false