Skip to main content
GET
Inclusion proof that a receipt is committed by the attestation

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

Response

receiptId
string
required
Example:

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

thisHash
string
required

The receipt’s chain hash (Merkle leaf).

Example:

"9f2c…"

seq
number
required
Example:

4210

index
number
required

Leaf position in the period (0-based).

Example:

12

treeSize
number
required
Example:

4210

algorithm
string
required
Example:

"RFC6962-SHA256"

proof
string[]
required

RFC 6962 audit path (hex sibling hashes, bottom-up).

root
string
required
Example:

"9f2c…"

verified
boolean
required

Server-side recomputation of the proof against the root.

Example:

true