listTickets( )


Retrieves a list of up to 100 tickets.

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
eventIdArray<string>Required

Event IDs.


optionsListTicketsOptions

Options for defining the returned list of tickets.

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