Get the public bid history for an auction. Returns bidder names but not emails.
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/public/auctions/{slug}/bids
{ "data": [ { "id": "<string>", "amount": 123, "createdAt": 123, "source": "<string>", "bidderName": "<string>" } ], "timestamp": 123, "message": "<string>" }
The auction's unique slug
List of public bids
Show child attributes