Get my active auctions
GET/company/bid-auctions/mine
Returns a paginated list of all auctions in which the authenticated user has placed bids. Includes auctions in the 'published' and 'closed' statuses.
Usage example:
GET /company/bid-auctions/mine?page=1&limit=10
Notable fields in the response:
my_bid: Amount of the user's bidbid_current: Current best bidstatus: Current auction status
Request
Responses
- 200
- 401
Auction list successfully retrieved. Includes pagination metadata and an array of auctions.
Unauthorized. Possible causes:
- Invalid or expired JWT token
- User not authenticated