Issuer Analytics
4.5.1. Dashboard Widgets ##### When to use
You want to see a quick snapshot of issuance and revocation activity for your DID(s).
Before you begin
Issuer role.
Steps
- Navigate to
/issuer/analytics. 2. The page renders:- KPIs — Issued (lifetime), Issued (30d), Revoked (30d), Active credentials.
- Issuance trend chart — daily counts over selectable range.
- Revocation trend chart — daily counts.
- Top schemas — ranked by issuance volume.
- Recent activity — last 50 events.
API
(Implemented at issuer_analytics.go, registered at router.go:154.)
Response (truncated):
4.5.2. Issuance & Revocation Trends ##### Reading the charts
- Stacked bars for issuance show schemas as colour stacks — useful to spot which credential type is dominating volume.
- Line + area for revocation shows the running sum of active credentials.
- Hover any data point to see the exact count and a click-through to the underlying credentials.
💡 Tip — A sudden spike in revocations is often the signal of a key compromise. Set up an email alert at
/profile → Notifications → Daily revocation digest.
4.5.3. Activity Log ##### When to use
You want a per-event audit trail for compliance.
API
(Implemented at issuer_analytics.go, registered at router.go:155.)
Response:
Export
Click Download CSV in the activity panel for a CSV export covering the current filter range. Output is signed with the platform’s audit key for downstream non-repudiation.
Verify
Cross-reference the activity log against your own internal records. Counts should match.