Tags

List tags

Lists tag definitions for the authenticated company.

get/tags

Response

Tags returned

successboolean

Example response

{
  "success": true,
  "tags": [
    {
      "id": "tag_abc123",
      "name": "premium",
      "color": "#f97316"
    }
  ]
}

Changes