Get winner item details in auction

This API will retrieve the auction winners and their winning item details. This endpoint can be accessed by users with event admin access or greater. Users will need to pass an authentication token to authorize the user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here is the description of response attributes, which returns to the form of JSON.

AttributesDescription
listWinnerAuctionBidDataIt contains a List of auction winner bid data information
  • *bidAmount**: The bid amount paid by the winner.
  • *bidId**: The id of the bid.
  • *bidderEmail**: Email id of the winner.
  • *bidderFirstName**: First name of the winner.
  • *bidderLastName**: Last name of the winner.
  • *bidderPhone**: Phone number of the winner.
  • *currency**: Currency selected in event.
  • *deleteEnabled**: The delete bid link has been enabled.
  • *displayBuyItNowPrice**: Display the item buy it now price.
  • *distributed**: The auction bid payment type is distributed.
  • *itemCode**: Code of the item.
  • *itemShortName**: Short name of the item.
  • *markAsPaidEnabled**: The mark as paid link is enabled.
  • *markAsUnPaidEnabled**: The mark as unpaid link enabled.
  • *note**: Item distribution note.
  • *notes**: Item note.
  • *paid**: The auction bid payment type is paid.
  • *refundEnabled**: The refund bid link is enabled.
  • *requestConfirmationEnabled**: The request confirmation link is enabled.
  • *requestNameEnabled**: The request name link is enabled.
  • *requestPaymentEnabled**: The request payment link is enabled.
Path Params
int64
required

id of the winner which is unique identifier

string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Headers
string

API Authentication Token

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json