Get all Raffle buyers data

This API is used to retrieve raffle buyer's details. This API can be accessed by event admin and super admin. We 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 in the form of JSON.

AttributesDescription
raffleBuyerDataIt contains a List of raffle buyer information
  • *ticketPurchased**: Number of tickets purchased by buyer.
  • *purchasedRaffleTicketId**: ID of ticket purchased by the buyer.
  • *ticketPurchasedDate**: Date of ticket purchase by buyer.
  • *Price**: The submitted total amount of ticket purchase by the buyer.
  • *transactionType**: This contains transaction types like STRIPE, EXTERNAL, COMPLIMENTARY.
  • *userId**: ID of the buyer. This is a unique identifier.
  • *user**: Details of the buyer.
  • *name**: Name of the buyer.
  • *buyerAddress**: Details of buyer address like city, state, country, zip code.
Path Params
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