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.

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.
Language
Authorization
Header
Click Try It! to start a request and see the response here!