Get all watches for a specific product by slug
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/merchant/products/{slug}/watches
{ "data": [ { "watchId": "<string>", "bidderId": "<string>", "bidderName": "<string>" } ], "timestamp": 123, "message": "<string>" }
The product's unique slug
List of watches
Show child attributes