Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieves a receipt event by ID. Returns the full receipt record including the cryptographic signature and transparency log anchor.

Path parameters

id
string
required
UUID of the receipt to retrieve.

Response

receipt_id
string
UUID of the receipt.
receipt_type
string
The receipt type name.
status
string
active, revoked, superseded, or redacted.
issuer_id
string
UUID of the signing issuer.
subject
string
Subject identifier.
payload
object
The receipt payload.
signature
object
Cryptographic signature details.
transparency_log
object
Merkle inclusion proof from the transparency log.
issued_at
string
ISO 8601 timestamp.