Get tax documents list
Returns a paginated list of tax documents with filtering options
Path parameters
merchantId
Merchant ID
organizationId
Organization ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
limit
Number of items per page
dateFrom
Filter documents from this date
dateTo
Filter documents until this date
sendingStatus
Filter by sending status
validationStatus
Filter by validation status
documentType
Filter by document type
documentNumber
Filter by document number
received
Filter by received status
receiverTaxIdCode
Filter by receiver tax ID code
orderBy
Order results by field
Response
Returns a paginated list of tax documents with details including issuer, receiver, items, totals and associated electronic documents
documents
List of paginated documents
totalItems
Total number of items across all pages
pageSize
Number of items per page
pageCount
Total number of pages
page
Current page number
links
Navigation links for pagination