getTicket( )


Retrieves a ticket by the unique ticket number.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
identifiersGetTicketIdentifiersRequired

Details for the ticket to retrieve.


optionsGetTicketOptions

Options for the returned ticket data.

Returns
Return Type:Promise<TicketingTicket>
Did this help?