Get current billing
GET/company/billing/current
Returns the current month's billing information for the authenticated company. The system calculates:
- Applicable fees based on configuration
- Current usage (users, vehicles, carriers, eCMRs)
- Next payment date
Example flow:
- The client queries their current billing
- The system calculates the accumulated costs
- Returns the detailed breakdown
Requires valid JWT authentication with company permissions.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Current billing information
Invalid request
Unauthorized
Forbidden
Not found