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