/api/v1/brandsList brands
All brands in the API key's workspace, newest first.
curl https://app.brama.so/api/v1/brands \
-H "Authorization: Bearer $BRAMA_API_KEY"const { brands } = await brama.brands.list();{
"brands": [
{
"id": "f1e2d3c4-…",
"name": "Acme",
"slug": "acme",
"status": "complete",
"consistencyScore": 87,
"createdAt": "2026-04-01T12:00:00.000Z",
"updatedAt": "2026-04-20T09:15:00.000Z"
}
]
}