Skip to content

Licensing & Usage Reporting

Endpoints for retrieving license information and usage reports.

Endpoint

  • Get License Information (GET /api/license-management/license-info/{clientId})

Example Response:

{
  "details": {
    "clientId": "client123",
    "contractType": "Enterprise",
    "expiryDate": "2025-12-31"
  },
  "status": {
    "totalOperationsUsed": 5000,
    "totalOperationsLimit": 10000,
    "underTotalOperationsLimit": true
  }
}
Licensing controls API access and usage, ensuring compliance with your subscription plan.