Get All Available Ticketing

This API is used to get all available ticketing details associated with the specified event.
This API can be accessed by event admins and super admins. It will return event data like availableTimeZone, currencySymbol, ticketingFee, seatingChartKey, eventVenueType, eventStartDate and many more.
To call this API, user will have to pass an authentication key to authenticate the user.

Here is the description of response attributes, which returns to the form of JSON.
This will return a success message if API executes successfully.

AttributeDescription
eventKey This is the event key for a seating chart, if assigned seating is enabled.
eventStartDate This returns the event start date in YYYY/MM/DD HH:mm format.
eventEndDate This returns the event end date in YYYY/MM/DD HH:mm format.
currencySymbol This returns the symbol of currency, e.g. $, €, Mex$.
availableTimeZone returns the application available timezone.
name: It will return the name of timezone, e.g. American Samoa Time, Cook Islands Time etc.
displayOffset: It's contains the displayOffset, e.g. GMT-11:00, GMT-10:00.
equivalentTimezone: This is timezone equivalent to custom timezone, e.g. Asia/Karachi, Asia/Calcutta, America/New_York.
ticketingFee Ticketing fees displayed on UI side.
addon: It's contains the addon ticket. By default return false value.
aeFeeFlat: It will return the Accelevents fee flat amount.
aeFeePercentage: It will return the Accelevents fee percentage.
creditCardProcessingFlat: It will return credit card processing fee flat charge.
creditCardProcessingPercentage: It will return credit card processing percentage flat charge.
fromThreshold: It will return from ticket price threshold.
toThreshold: It will return to ticket price threshold.
inPerson: It will return true/false.
operator: It will provide operator.
wlFeeFlat: It will return white label fee flat charge.
wlFeePercentage: It will return white label fee percentage.
preEventAccessMinutes This returns the time when the "enter event" button will appear on the event landing page.
eventAddress This returns the address of event.
seatingChartKey This returns the seating chart key, if assigned seating is enabled.
timezoneIdThis returns the timezone ID, e.g. India Time, United States (New York) Time etc.
latitude This returns the latitude using Google maps as well as in person event.
equivalentTimezone This is timezone equivalent to custom timezone, e.g. Asia/Karachi, Asia/Calcutta, America/New_York.
longitude This returns the longitude using Google maps as well as in person event.
eventVenueType This returns the event venue type, e.g. ONLINE_VIRTUAL_EVENT, TO_BE_ANNOUNCED etc.
eventFormat This returns the event format. It will return data like Virtual, Hybrid and In-Person.
eventIsActive This returns whether the event is active or not.

Here are the possible error messages, which return if any condition fails or required data is missing for processing.

Error CodeError Description
200Ok
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4030201Not Event Host.
Language
Authorization
Header
Click Try It! to start a request and see the response here!