/api/tenantsThe installation's workspaces, with the card and project counts.
Request
curl -s http://localhost:3000/api/tenants \
-H "Authorization: Bearer $TOKEN"Response200
[
{
"id": "cmsp4djx60002p801o7ybpkv7",
"name": "Pessoal",
"color": "amber",
"position": 0,
"cardCount": 12,
"projectCount": 2
}
]