> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/events/registration/ticketing/tickets/introduction.md ## Article Content: # About the Tickets API The Tickets API allows you to manage individual event tickets and their lifecycle in Wix Events. This API provides capabilities for event organizers who need to track, update, and manage physical event tickets. With the Tickets API you can: - [Retrieve](https://dev.wix.com/docs/api-reference/business-solutions/events/registration/ticketing/tickets/get-ticket.md) individual tickets. - [Check in](https://dev.wix.com/docs/api-reference/business-solutions/events/registration/ticketing/tickets/check-in-ticket.md) guests by updating ticket check-in status for event attendance tracking. - [Update](https://dev.wix.com/docs/api-reference/business-solutions/events/registration/ticketing/tickets/update-ticket.md) ticket information including guest details, archival status, and form responses. ## Before you begin It's important to note the following points before starting to code: - The site must have [Wix Events & Tickets](https://www.wix.com/app-market/web-solution/events) installed. - The tickets are generated using the [Orders API](https://dev.wix.com/docs/api-reference/business-solutions/events/registration/ticketing/orders/order-object.md). ## Use cases - Build custom event check-in systems - Integrate with external event management systems ## Terminology - **Ticket**: An individual admission document that grants access to an event, containing details about the guest, pricing, and check-in status. - **Ticket number**: A unique identifier automatically assigned to each ticket when created through an order. - **Check-in**: The process of marking a ticket as used when a guest arrives at the event. - **Guest details**: Information about the individual assigned to a specific ticket, including name, email, and form responses. - **Order number**: The identifier for the transaction that created the ticket, linking multiple tickets purchased together. - **Ticket definition**: The template that defines ticket type, pricing, and availability rules used to create tickets. @sdk_package_setup