Ticket module display page setting

This API is used to show the ticket module display page settings associated with the specified event.
This API can be accessed by event admin and super admin. It will return event data like address, event format, ticket types, startDate, endDate, eventListingStatus, show ticket price, and many more.
To call this API, the user has to pass eventurl as a query param, access code, recurringEventId, and authentication key to authenticate 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 is returned in JSON format.
It will return a success message if API is executed successfully.

AttributeDescription
bundleTypeIt will provide a ticket bundle type e.g. INDIVIDUAL_TICKET, TABLE, SPONSOR, or BLOCK.
dataTypeIt will provide details of available data types in a specified event like the addon, ticket.
addressIt contains the address of the ticketing venue.
eventListingStatusIt contains the event listing status for ticketing.
It will return like PRIVATE, PUBLIC, PREVIEW,
PUBLISHED, POSTPONED.
eventFormatIt will return the event format details like Virtual, Hybrid, and In-Person.
showRegistrationButtonIt contains the show registration button on the display page.
preEventAccessMinutesIt contains the pre-event access time in minutes, e.g. 30
showEnterEventButtonIt will return a true or false value. by default show, enter event button return a false value.
eventVenueStatusIt contains the event venue status, e.g. ONLINE_EVENT, TO_BE_ANNOUNCED, VIRTUAL
showTicketPriceIt contains the show ticket price on the display page.
ticketsPerTableOnly return if ticket type is as table and per table number of tickets.
startDateIt will provide a ticket type's start date.
endDateIt will provide a ticket type's end date.
typeIdThe type id returns a unique value associated with the ticketing type.
nameIt will provide a ticket name that is set by the event host to differentiate.
priceIt contains the ticketing type price.
feeIt will show the extra charges on the ticket amount.
categoryColorIt will return a category color.
categoryIdThe category id returns a unique value associated with the ticketing type.
enableTicketDescriptionIf its value is true then the ticket description will display.
maxTickerPerBuyerIt will provide a count, how many tickets users can buy at a time.
minTickerPerBuyerIt will provide a minimum count for ticket purchases.
passFeesToBuyerIt will return true if the amount of the fee will be passed to the buyers.
positionTicket type position can be used to sort the ticketing type
remaniningTicketsIt will return the available ticket count.
ticketTypeIt contains the ticket type e.g. FREE, PAID, or DONATION.
ticketTypeDescriptionIt will return a custom description for ticket type.
totalSoldTicketsIt will return sold ticket count.

Here is the possible error messages, which return if any condition gets failed 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.
4040200Event Not Found.
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.

Query Params
string

Pass access code for ticketing data.

int64
Defaults to 0

User pass in person event id.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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