Usage Metrics

Track and monitor license usage across your platform.

License Usage

Monitor how your licenses are being used through the license usage endpoint.

Get License Usage

GET /api/v1/admin/licenses/:id/usage

Response:
{
  "success": true,
  "data": {
    "license": { ... },
    "activations": [ ... ],
    "totalActivations": 10,
    "activeSeats": 5
  }
}

Metrics Available:

  • totalActivations - Total number of activations
  • activeSeats - Number of unique users using the license
  • Activation details with timestamps

Dashboard Analytics

View usage metrics in your dashboard for a visual overview of license usage.