Get all customers (bidders and watchers) for a specific auction by slug
cURL
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>" }
The auction's unique slug
List of customers
Show child attributes