GET
/
api
/
v1
/
tags
Buscar tags
curl --request GET \
  --url https://api.datacrazy.io/v1/api/api/v1/tags \
  --header 'Authorization: Bearer <token>'
{
  "id": "cb3e8d24-ccad-43d1-acd5-08580d9bc674",
  "name": "marketing orgânico",
  "color": "#A78BFA",
  "description": "Leads que vieram de campanhas internas",
  "createdAt": "2025-03-25T14:12:47.738Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type object.