Get paginated list of invoices
GET/company/invoices/
Endpoint to retrieve a paginated list of all the company's invoices. Requires valid JWT authentication.
Use Cases:
- View invoice history
- Integration with accounting systems
- Payment audit
Request
Responses
- 200
- 401
- 404
Invoice list retrieved successfully.
Unauthorized. Invalid or missing JWT token.
Solution: Verify that the token is valid and included in the Authorization header.
Company not found.
Solution: Verify that the token corresponds to an existing company.