Skip to main content
GET
/
alpha
/
merchant
/
auctions
/
{slug}
/
maxBids
List proxy bids on an auction
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>"
}

Path Parameters

slug
string
required

The auction's unique slug

Response

List of proxy bids

data
object[]
required
timestamp
number
required
message
string