dinzo.api

Listar tags

Retorna todas as tags do usuário ordenadas por título.

GET
/v1/tags

Authorization

bearerAuth
AuthorizationBearer <token>

Chave de API no cabeçalho Authorization: Bearer dz_live_...

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/tags"
{  "data": [    {      "id": "1a2b3c4d-5e6f-7081-9a0b-c1d2e3f40506",      "title": "Reembolsável",      "color_hex": "#3B82F6",      "created_at": "2026-04-10T18:20:44.000Z"    },    {      "id": "2b3c4d5e-6f70-8192-a0b1-d2e3f4051607",      "title": "Viagem",      "color_hex": "#F59E0B",      "created_at": "2026-05-21T07:59:12.000Z"    }  ]}