curl https://crm.vistum.com.br/api/v1/tags/tag_vip99 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "tag_vip99", "name": "vip", "color": "#f59e0b", "createdAt": "2026-07-21T18:00:00.000Z" } }
Tags
Buscar tag por ID
Retorna uma única tag do workspace pelo seu ID.
GET
/
api
/
v1
/
tags
/
{id}
curl https://crm.vistum.com.br/api/v1/tags/tag_vip99 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "tag_vip99", "name": "vip", "color": "#f59e0b", "createdAt": "2026-07-21T18:00:00.000Z" } }
Autenticação
string
required
Bearer vg_live_<sua_chave> — API Key com escopo tags:read{ data: { id, name, color, createdAt } }. Responde 404 NOT_FOUND se a tag não existir no workspace.
curl https://crm.vistum.com.br/api/v1/tags/tag_vip99 \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "tag_vip99", "name": "vip", "color": "#f59e0b", "createdAt": "2026-07-21T18:00:00.000Z" } }