Skip to main content
GET
Audit Credential Event Chain

Headers

API-Version
string

Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-09-01"

Path Parameters

credentialId
string
required

URN of the credential whose event chain to audit

Example:

"urn:via:credential:550e8400-e29b-41d4-a716-446655440000"

Response

The credential’s event chain with per-event integrity + signature results.

credentialUrn
string
required

URN of the audited credential.

ok
boolean
required

The chain is intact AND every event verified (signature + link). False if anything failed.

eventCount
number
required

Number of events in the chain.

events
object[]
required

Per-event audit, in chain order.

reason
string

Present when not ok — the walkEventChain reason, or a signature/link failure marker.