Verify Project Audit Integrity
Recompute and verify the retained project audit-event HMAC chain.
Verification decrypts audit payloads internally, recomputes each canonical event HMAC
from plaintext logical event values, verifies previous-hash linkage, verifies the
authenticated chain-head state, and requires the recomputed latest event head to match
that authenticated state. The response does not include decrypted payloads or canonical
event bodies.
Authentication
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
OR
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
org_id
The organization ID
project_id
The project ID
Response
Audit integrity verification completed
verified
status
checked_events
latest_sequence
latest_event_id
latest_event_hash
first_failure
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error