v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Audit Logs

Verify audit log signature

Recomputes the HMAC-SHA256 signature for a single audit log event and compares it (in constant time) against the stored signature to detect tampering.

get/api/audit-logs/{id}/verify

Path parameters

idstring required

The unique identifier of the audit log event to verify.

Response

Successful response

validboolean required

Whether the stored signature matches the recomputed signature.

computedstring required

The signature recomputed from the stored event fields.

storedstring required

The signature persisted with the event.