Skip to main content
GET
Controls a receipt’s checks satisfy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

receipt_id (UUID)

Query Parameters

framework
string
Example:

"eu_ai_act"

Response

receiptId
string
required
Example:

"018f1234-5678-7abc-def0-123456789abc"

receiptPackVersion
string
required

The compliance pack-set version stamped on the receipt at emit time (unsigned side channel). Empty string when unstamped (old receipt or WARDIN_COMPLIANCE_PACK_VERSION unset). Per-framework resolution says whether this stamp resolved to a known pack.

Example:

"v1"

checks
object[]
required
verified
boolean
required

Whether the receipt’s ED25519 signature cryptographically verified.

Example:

true

frameworks
object[]
required
note
string | null

Caveat surfaced when verified is false; null when the receipt verified.

Example:

null