Inclusion proof that a receipt is committed by the attestation
Compliance
Attestation Inclusion Proof
A content-free RFC 6962 audit path proving one receipt is committed by the period’s Merkle root — without revealing any other receipt or any prompt content. Verify it against the attestation’s merkle.root.
GET
Inclusion proof that a receipt is committed by the attestation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
receipt_id (UUID)
Query Parameters
Response
Example:
"018f1234-5678-7abc-def0-123456789abc"
The receipt’s chain hash (Merkle leaf).
Example:
"9f2c…"
Example:
4210
Leaf position in the period (0-based).
Example:
12
Example:
4210
Example:
"RFC6962-SHA256"
RFC 6962 audit path (hex sibling hashes, bottom-up).
Example:
"9f2c…"
Server-side recomputation of the proof against the root.
Example:
true