List company auctions
GET/company/auction
Retrieves a paginated list of auctions created by the authenticated company. Includes pagination metadata for navigation.
Available Filters:
- Pagination (page, limit)
- Sorting by creation date (descending by default)
Use Cases:
- View shipping history
- Search for specific auctions
- Integration with logistics management systems
Request
Responses
- 200
- 401
- 404
Auction list successfully obtained.
Unauthorized. Possible reasons:
- Invalid or expired JWT token
- Insufficient permissions
Company not found