Brands
Manage your brands.
GET
/brandsList all brands for the authenticated user.
Responses
200Array of brand summaries
401Missing or invalid token
curl -X GET \ https://anomalia.so/api/v1/brands \ -H "Authorization: Bearer $TOKEN"
GET
/brands/:slugFull brand detail with stats, plan, kit, and recent runs.
Responses
200Brand detail
404Brand not found
curl -X GET \ https://anomalia.so/api/v1/brands/:slug \ -H "Authorization: Bearer $TOKEN"