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

Path Parameters

slug
string
required

The auction's unique slug

Response

List of bids

data
object[]
required
timestamp
number
required
message
string