Get billing history
GET/company/billing/historical
Returns the billing history for the specified date range. Includes:
- Monthly invoices with cost breakdown
- Deliveries completed in each period
- Active users, vehicles, and carriers
- Rates applied in each period
Example flow:
- The client specifies a date range
- The system retrieves all invoices within that period
- Calculates and returns the consolidated data
Requires valid JWT authentication with company permissions.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Historical billing information
Invalid request
Unauthorized
Forbidden
Not found
Internal Server Error
Response Headers
header-0