cURL
curl --request GET \ --url https://kan.bn/api/v1/stats \ --header 'Authorization: Bearer <token>'
{ "users": 123, "workspaces": 123, "boards": 123, "lists": 123, "cards": 123, "cardComments": 123, "cardAttachments": 123, "cardActivityLogs": 123, "labels": 123, "checklists": 123, "checklistItems": 123, "activeMembers": 123, "activeInviteLinks": 123, "imports": 123 }
Returns statistics about the application (workspaces, users, cards, etc.)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response