Skip to main content
GET
/
api
/
events
/
stats
Get event statistics
curl --request GET \
  --url http://aris.local/api/events/stats \
  --header 'Authorization: Bearer <token>'
{
  "totalCount": 123
}

Authorizations

Authorization
string
header
required

Session token or API token

Response

Event statistics

totalCount
integer