Get Ticketing Holder Data

This API used to get ticketing holder data associated with the specified the ticketId and event.
This API can be access by event admin and super admin. It will return data like ticketingFee, firstName, lastName, paidAmount, ticketType, bundleType, paidAmount and many others.
To call this API, user have to pass query param with API URL like ticketId and authentication key to authenticate 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 to the form of JSON.

AttributeDescription
firstNameIt's contains the first name of attendee. Only 50 Characters are allowed in firstName.
lastNameIt's contains the last name of attendee. Only 50 Characters are allowed in lastName.
emailIt's contains the email of attendee. Only 75 Characters are allowed in email
qtyIt's contains the number of tickets.
ticketTypeIt's contains the type of ticket.
bundleTypeIt contains is type of ticket bundle, value will null if found individual ticket bundle type.
paidAmountIt's contains the total amount paid for a ticket.
statusIt's contains the attendee order status, e.g. paid, unpaid.
eventTicketingIdIt contains is event ticketing id.
isTableis ticket type is table.
seatNumberIt's contains the seat number.
dataTypeIt will return datatype like TICKET or ADDON.
blockedIt's contains the blocked of attendee.
userIdIt's contains the user id.
phoneNumberIt's contains the phone number of attendee.
isPaidTicketIt will return is paid ticket enable or not.
ccFeeIt will return the CC fee for attendee.
ticketingFeeIt will return ticketing fee.
salesTaxFeeIt will return the sales tax fee.

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

Error CodeError Description
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.
Path Params
string
required

pass event ticket id.

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
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