Tags
List tags
Lists tag definitions for the authenticated company.
get/tags
Response
Tags returned
Example response
{
"success": true,
"tags": [
{
"id": "tag_abc123",
"name": "premium",
"color": "#f97316"
}
]
}Lists tag definitions for the authenticated company.
Tags returned
{
"success": true,
"tags": [
{
"id": "tag_abc123",
"name": "premium",
"color": "#f97316"
}
]
}