Metrics

Account WebSocket

Stream account-scoped usage metrics for authenticated dashboards.

GEThttps://util.axolite.app/v1/ws/account
FormatWS
GroupMetrics
DemoDocs only

Parameters

NameLocationRequiredDescription
sessioncookieYesHttpOnly session cookie from magic-link auth.

Request examples

# WebSocket endpoint
# Use a WebSocket client such as wscat or your app runtime
wss://util.axolite.app/v1/ws/account

Sample response

{
  "requests_today": 12843,
  "rate_limit": 5000
}

Notes

  • Requires a valid account session cookie.
  • Best used from the dashboard app itself.