Reporting
Generate reports on license usage and activity.
Audit Logs
All actions in the system are logged in audit logs, providing a complete history of changes.
Get Audit Logs
GET /api/v1/admin/audit-logs?entityType=license&entityId=...
Response:
{
"success": true,
"data": [
{
"id": "...",
"action": "license.validated",
"entityType": "license",
"entityId": "...",
"timestamp": "2024-01-01T00:00:00Z",
"metadata": { ... }
}
]
}See Audit Logs for more details.