Etiquetas

Listar

get
Autorizações
Respostas
200

Success

application/json
get
/v1/tag
GET /core/v1/tag HTTP/1.1
Host: api.wts.chat
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "createdAt": "2025-11-06T22:34:13.834Z",
    "updatedAt": "2025-11-06T22:34:13.834Z",
    "name": "text",
    "bgColor": "text",
    "textColor": "text"
  }
]

Atualizado