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.

Returns a paginated list of receipt events for the authenticated tenant. Filter by type, status, or issuer.

Query parameters

receipt_type
string
Filter by receipt type name (e.g. payment_receipt).
issuer_id
string
Filter by issuer UUID.
status
string
Filter by status: active, revoked, or superseded.
limit
integer
Max results per page (1–100, default 20).
offset
integer
Pagination offset (default 0).

Response

items
array
Array of receipt objects.
total
integer
Total matching receipts.
limit
integer
Page size.
offset
integer
Current offset.