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>" }
Documentation IndexFetch the complete documentation index at: https://docs.auctionnow.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.auctionnow.io/llms.txt
Use this file to discover all available pages before exploring further.
The auction's unique slug
List of customers
Show child attributes