Get download sale data csv

This API is used to download ticketing sale data CSV. This API can be accessed by a super admin. We need to pass the authentication key to authenticate the super admin.
The return type of this API is void. In CSV file it returns data like Event name,
Total tickets sold with Cash, Total tickets sold with a credit card, and more.

If this API gets executed successfully it return a CSV file. here is the description of each column in the CSV file.

AttributeDescription
Event nameThis returns an event name that is unique.
Event URLThis returns the URL of the event.
Ticketing event ending date/timeThis returns an end date and time of ticketing.
Stripe customer ID for the staff who activated the accountThis returns staff stripe customer ID.
Total tickets sold with credit card cardThis contains the number of tickets which are sold through the credit card.
Total Fees for tickets sold with credit card cardThis contains total Fees for tickets sold through a credit card
Total tickets sold with CashThis contains the number of tickets which are sold with cash.
Total Fees for tickets sold with CashThis contains the total Fees of tickets which are sold with cash.
Language
Authorization
Header
Click Try It! to start a request and see the response here!