cURL
curl --request GET \ --url https://api.datacrazy.io/v1/api/api/v1/tags/{id} \ --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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object