Skip to main content
GET
/
alpha
/
public
/
auctions
/
{slug}
/
watches
Get watch count for an auction
curl --request GET \
  --url https://api.auctionnow.io/api/alpha/public/auctions/{slug}/watches
{
  "data": {
    "totalWatchers": 123
  },
  "timestamp": 123,
  "message": "<string>"
}

Path Parameters

slug
string
required

The auction's unique slug

Response

Watch count

data
object
required
timestamp
number
required
message
string