Search.../

Introduction

The Tickets API allows you to manage tickets for your site's events.

With the Tickets API you can:

  • Archive tickets.
  • Check in tickets, and delete ticket check-ins.
  • Get the information about purchased tickets.

Before you begin

It’s important to note the following points before starting to code:

  • Install the Wix Events & Tickets app from Wix App Market.
  • This API is not relevant for RSVP events.
  • To use the Tickets API, import tickets from the wix-events.v2 module:
import { tickets } from 'wix-events.v2';
js | Copy Code

Was this helpful?

In This Article
  1. Before you begin