Get receipt proof bundle
Receipts
Receipt Proof Bundle
Download a self-contained proof bundle for offline receipt verification.
GET
Get receipt proof bundle
Returns a self-contained proof bundle for a receipt event. The bundle includes the signed receipt envelope, Merkle inclusion proof from the transparency log, and the issuer key snapshot at time of issuance.
The bundle can be used for offline verification — no server call required after download.
Path parameters
string
required
UUID of the receipt.
Response
string
UUID of the proof bundle.
string
Bundle format version (e.g.
receipt-v1).object
Signed receipt envelope with
receipt_id, receipt_type, and signature.object
Issuer key snapshot:
public_key_b64url, status, compromised_at.object
Merkle inclusion proof and checkpoint.
string
SHA-256 hash of the entire bundle.

