List recent receipts (newest first)
Receipts
List Receipts
Returns the most recent receipts for the authenticated tenant ordered by seq DESC. Does NOT verify ED25519 signatures per row — call GET /v1/receipts/:id to verify a specific receipt. Use cursor (seq from the previous page) for cursor pagination.
GET
List recent receipts (newest first)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.