# List tags Retrieve all tags in your account. Endpoint: GET /leads/api/tags Version: 2.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `data` (array) - `data.uuid` (string) Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `data.team_id` (integer) - `data.name` (string) Example: "Hot Lead" - `data.color` (string,null) Example: "#ff5733" - `data.created_at` (string) - `data.updated_at` (string)