Skip to main content

Get all carrier invoices

GET 

/truckers/invoices/

Retrieves a paginated list of all invoices associated with the authenticated carrier. The carrier is automatically identified via the provided JWT.

Features:

  • Automatic pagination with customizable parameters
  • Sorting by name and creation date
  • Filtering by invoice statuses (draft, issued, paid, cancelled)

Usage Example:

  1. Get the first page with 10 invoices: GET /truckers/invoices?page=1&limit=10
  2. Get all invoices (without pagination): GET /truckers/invoices?page=-1&limit=-1

Request

Responses

Invoice List