v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
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"
    }
  ]
}