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.

Search receipts using full-text search and faceted filters. Combine a text query with structured filters to narrow results.

Request

q
string
Full-text search across payload content.
receipt_type
string
Filter by receipt type name (e.g. payment_receipt).
status
string
Filter by status: active, revoked, superseded, or redacted.
issuer_id
string
Filter by issuer UUID.
from_date
string
Start of date range (RFC 3339).
to_date
string
End of date range (RFC 3339).
index_key
string
Search by indexed payload field name.
index_value
string
Value to match for index_key.
limit
integer
Max results per page (1–100, default 20).
offset
integer
Pagination offset (default 0).

Response

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