Brands — Anomalia API
Search docs… &Cmd;K

Brands

Manage your brands.

GET /brands

List 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/:slug

Full 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"