Skip to content

Verify the SOC 2 evidence hash chain

POST
/api/v1/compliance/soc2/verify-chain

Walks every artifact in the supplied window, recomputes each entry hash, and reports the first break (if any). Used by auditors to confirm the evidence has not been tampered with.

Authorizations

Parameters

Query Parameters

start_date
Any of:
string format: date

Inclusive lower bound; defaults to 30 days ago

end_date
Any of:
string format: date

Inclusive upper bound; defaults to today

Responses

200

Successful Response

Typed envelope for POST /api/v1/compliance/soc2/verify-chain.

object
data
required

Response body for POST /api/v1/compliance/soc2/verify-chain.

object
broken_at
Any of:
string
error
Any of:
string
latest_hash
Any of:
string
verified
required

Number of artifacts checked

integer
meta
required

Standard metadata attached to every API response.

object
request_id
required

Unique request identifier

string
timestamp
required

Server timestamp of the response

string format: date-time

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string