Verification History
When to use
You want a per-event audit trail of your verifier activity for compliance, billing, or anti-abuse triage.
Before you begin
- Verifier role.
- Some history (i.e., you have run verifications).
Steps
- Navigate to
/verifier/history. 2. Filter by:- Outcome — verified / failed.
- Issuer — DID type-ahead.
- Schema.
- Date range.
- Click any row for the full request/response envelope.
API
(verifier.go:32, registered at router.go:161.)
Response:
The companion endpoint GET /api/v1/verifications/stats (verifier.go:123, router.go:162) returns aggregate counters for dashboards.
Adding a record manually
Verifiers can record verifications performed by their own off-platform infrastructure:
(verifier.go:325, router.go:163 — guarded by RequireRoles("verifier").)
Export
Click Download CSV for an export of the current filtered slice.