Verify the integrity of the audit hash chain up to the specified event. Returns whether the chain is intact and, if not, identifies the first broken entry.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Unique identifier of the audit event to verify up to.
Indicates that the request was successful and the response contains the verification result.
Result of hash chain integrity verification.
Whether the hash chain is intact up to the specified event.
true
Internal ID of the first entry with a broken hash. Present only when isValid is false.
42
Total number of entries verified in the chain.
150
Human-readable verification result summary.
"Hash chain integrity verified successfully"