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 single receipt type by name. Returns the full type definition including the JSON Schema used to validate the payload field when minting receipts of this type. To pin a specific version, append @<version> to the name — for example, payment_receipt@1.0.0.

Path parameters

name
string
required
Receipt type name. Examples: payment_receipt, security_event_receipt, custom_receipt. Append @<version> to pin a specific schema version (e.g. payment_receipt@1.0.0).

Responses