# Brand

Gestisci i tuoi brand.

GET `/brands`

Elenca tutte le brand dell'utente autenticato.

Responses

200 Array di riepiloghi brand

401 Token mancante o non valido

```
curl -X GET \
  https://anomalia.so/api/v1/brands \
  -H "Authorization: Bearer $TOKEN"
```

GET `/brands/:slug`

Dettaglio completo della brand con stats, piano, kit e run recenti.

Responses

200 Dettaglio brand

404 Brand non trovata

```
curl -X GET \
  https://anomalia.so/api/v1/brands/:slug \
  -H "Authorization: Bearer $TOKEN"
```

[

← Precedente

Panoramica

](/it/docs/api)[

Avanti →

Post

](/it/docs/api/posts)

---
Source: https://www.anomalia.so/it/docs/api/brands
