Get all proxy (max) bids for a specific auction by slug
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/merchant/auctions/{slug}/maxBids
{ "data": [ { "_id": "<string>", "auctionId": "<string>", "bidderId": "<string>", "maxAmount": 123, "bidderName": "<string>", "bidderEmail": "<string>", "_creationTime": 123 } ], "timestamp": 123, "message": "<string>" }
The auction's unique slug
List of proxy bids
Show child attributes