Skip to main content
GET
/
alpha
/
merchant
/
auctions
/
{slug}
/
customers
List customers who interacted with an auction
curl --request GET \
  --url https://api.auctionnow.io/api/alpha/merchant/auctions/{slug}/customers
{
  "data": [
    {
      "bidderId": "<string>",
      "bidderName": "<string>",
      "bidderEmail": "<string>",
      "customerId": "<string>",
      "bidCount": 123,
      "isWatching": true
    }
  ],
  "timestamp": 123,
  "message": "<string>"
}

Path Parameters

slug
string
required

The auction's unique slug

Response

List of customers

data
object[]
required
timestamp
number
required
message
string