# TIXY connect API ## Docs - [Private API Quickstart](https://api-docs.tixyapp.com/Private_API_quickstart.md): Get started quickly with the TIXY Private Organizer API - [Public API Quickstart](https://api-docs.tixyapp.com/Public_API_quickstart.md): Get started quickly with the TIXY Public Organizer API - [Api authorization](https://api-docs.tixyapp.com/api-authorization.md) - [Get sales terms and fees](https://api-docs.tixyapp.com/get-sales-terms-and-fees.md): Fetches all information related to sales terms and fees with Tixy. Includes: - Default fees paid by the organizer. - Default service charges paid by users purchasing tickets on the Tixy platform. - Specific services and fees applied to each event. - [Introduction](https://api-docs.tixyapp.com/introduction.md): Welcome to the TIXY connect API, your gateway to seamless event management and data-driven decision-making for events published on the TIXY platform. This API empowers event organizers by providing secure and efficient access to all event-related data. Whether you’re tracking ticket sales, analyzing… - [Retrieve clients who granted consent for marketing for a specific event](https://api-docs.tixyapp.com/retrieve-clients-who-granted-consent-for-marketing-for-a-specific-event.md): Retrieves a list of clients who have granted consent for marketing purposes for a specific event. Includes metrics such as total users, users who granted consent, users who revoked consent, and percentages. - [Retrieve clients who granted consent for marketing for a specific tour](https://api-docs.tixyapp.com/retrieve-clients-who-granted-consent-for-marketing-for-a-specific-tour.md): Retrieves a list of clients who have granted consent for marketing purposes for a specific tour. Includes metrics such as total users, users who granted consent, users who revoked consent, and percentages. - [Retrieve clients who granted consent for marketing for events by status](https://api-docs.tixyapp.com/retrieve-clients-who-granted-consent-for-marketing-for-events-by-status.md): Retrieves a list of clients who have granted consent for marketing purposes for events filtered by the specified status. Includes metrics such as total users, users who granted consent, users who revoked consent, and percentages. - [Retrieve details for a specific public event](https://api-docs.tixyapp.com/retrieve-details-for-a-specific-public-event.md): Fetches the details for a specific public event identified by its unique identifier or slug. - [Retrieve details for a specific public tour](https://api-docs.tixyapp.com/retrieve-details-for-a-specific-public-tour.md): Fetches the details for a specific public tour identified by its unique identifier or slug. - [Retrieve device statistics for a specific event or tour](https://api-docs.tixyapp.com/retrieve-device-statistics-for-a-specific-event-or-tour.md) - [Retrieve geographic statistics for a specific event or tour](https://api-docs.tixyapp.com/retrieve-geographic-statistics-for-a-specific-event-or-tour.md) - [Retrieve public events by status](https://api-docs.tixyapp.com/retrieve-public-events-by-status.md): Fetches a list of public events filtered by the specified status. Allows users to view events that are currently published, past due, or all available events. - [Retrieve sales data for a specific tour](https://api-docs.tixyapp.com/retrieve-sales-data-for-a-specific-tour.md): Fetches detailed sales data for a specific tour identified by its unique identifier (`tourId`) or SEO-friendly slug (`tourSlug`). Includes aggregated data for all events within the tour as well as details for each event. - [Retrieve sales report for a specific event](https://api-docs.tixyapp.com/retrieve-sales-report-for-a-specific-event.md): Fetches detailed sales report for a specific event identified by its unique identifier (`eventId`) or SEO-friendly slug (`eventSlug`). This endpoint requires authentication and provides information such as the number of tickets sold, net and gross income, fees, and other relevant sales metrics fo… - [Retrieve sales report for events by status](https://api-docs.tixyapp.com/retrieve-sales-report-for-events-by-status.md): Returns detailed sales report for events based on the specified status in the path. This endpoint requires authentication and provides an overview of the event's sales performance, including the number of tickets sold, net and gross income, fees, and other relevant sales metrics. - [Retrieve statistics for a specific event](https://api-docs.tixyapp.com/retrieve-statistics-for-a-specific-event.md): Provides ticket statistics for a specific event, including breakdowns for tickets sold, reserved, available, and more. - [Retrieve statistics for a specific tour](https://api-docs.tixyapp.com/retrieve-statistics-for-a-specific-tour.md): Provides ticket statistics for a specific tour, aggregating data across all its events. - [Retrieve statistics for events by status](https://api-docs.tixyapp.com/retrieve-statistics-for-events-by-status.md): Provides ticket statistics for events filtered by status (e.g., published, pastdue). ## OpenAPI Specs - [private copy](https://api-docs.tixyapp.com/private copy.yaml) - [openapi](https://api-docs.tixyapp.com/api-reference/openapi.json) - [private](https://api-docs.tixyapp.com/private.yaml) - [public](https://api-docs.tixyapp.com/public.yaml)