> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.tixyapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> 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 event performance, or optimizing your marketing campaigns, the TIXY connect API offers robust endpoints to meet your needs.

<img className="block dark:hidden" src="https://mintcdn.com/tixy-1919398c/FgnHgu7yL__aIxqW/images/hero-light.svg?fit=max&auto=format&n=FgnHgu7yL__aIxqW&q=85&s=917445e630418b6d4280d85c41d8d491" alt="Hero Light" width="700" height="320" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/tixy-1919398c/FgnHgu7yL__aIxqW/images/hero-dark.svg?fit=max&auto=format&n=FgnHgu7yL__aIxqW&q=85&s=7937b1af24f28baee1a2f5f35f891f97" alt="Hero Dark" width="700" height="320" data-path="images/hero-dark.svg" />

## Setting up

<CardGroup cols={2}>
  <Card title="About TIXY connect" icon="pen-to-square" href="/introduction">
    About TIXY connect
  </Card>

  <Card title="Authorization" icon="users" href="/api-authorization">
    How to authorize api
  </Card>
</CardGroup>

## Avaliable APIs

<CardGroup cols={2}>
  <Card title="Private API" icon="lock" href="/private_API_quickstart">
    Make use of private API
  </Card>

  <Card title="Public API" icon="megaphone" href="/public_API_quickstart">
    Make use of public API
  </Card>
</CardGroup>
