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