Skip to main content
GET
Get latest Verification

Authorizations

Authorization
string
header
required

Caller API key issued by scripts/generate-api-key.ts. Sent as Authorization: Bearer . Verified against a stored SHA-256 hash in constant time by packages/api/src/auth/StaticKeyAuthenticator.ts. Required on every route except GET /health. See /api-reference/authentication.

Path Parameters

businessTransactionId
string
required

Response

Verification found.

Response returned by POST /verify and GET /verification/{businessTransactionId}: a Verification.

verificationId
string
required

Unique Verification identifier.

businessTransactionId
string
required

Business Transaction being verified.

status
enum<string>
required

Verification result.

Available options:
VERIFIED,
FAILED
verifiedAt
string<date-time>
required

UTC timestamp when verification completed.

trustRecordHash
string
required

Hash of the verified Execution Trust Record, proving exactly which record was verified.

message
string

Human-readable verification summary: either the success message, or every failed check's message joined with "; ".