Place a bid on an auction on behalf of a customer. Amounts are in USD.
cURL
curl --request POST \ --url https://api.auctionnow.io/api/alpha/merchant/customers/{customerId}/bids \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "auctionId": "<string>", "amountDollars": 123, "expectedMinAmountDollars": 123, "clientProvidedId": "<string>" } } '
{ "data": { "_id": "<string>", "_creationTime": 123, "auctionId": "<string>", "amountDollars": 123, "bidderId": "<string>" }, "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
The unique ID of the customer
Input data for placing a bid
Show child attributes
Bid placed successfully
The created bid