Skip to main content
The Usage endpoint returns a live snapshot of your application’s current concurrent connections and active documents across the entire WireSocket network. Use this to power admin dashboards, monitor limits, and trigger upgrade prompts before users hit hard limits.

Endpoint


Authentication

Pass your JWT using one of the following:
The JWT identifies both the tenant and application. This endpoint is safe to call directly from the browser — users will only ever see their own application’s data.

Response


Error Responses


Recommendations

  • Poll no more than once per minute for admin dashboards — the STRICT rate limit allows up to once every 5 seconds but once per minute is sufficient for most use cases
  • Use percent and status to drive progress bars or color-coded health indicators
  • Trigger an upgrade prompt when status reaches warning to prevent users hitting hard limits in production
Last modified on February 25, 2026