Skip to main content

TIXY Private Organizer API Quickstart

Overview

The TIXY Private Organizer API provides a comprehensive set of endpoints for event organizers to manage their events, access sales reports, retrieve statistics, and handle marketing insights. This API is designed to give you deep insights into your events and tours.

Authentication

To access the Private Organizer API, you need to use a Bearer token authentication method:
  • Authentication Type: Bearer Token
  • Header Format: Authorization: Bearer <your_access_token>

Obtaining Access Token

Obtain your private API access token in your panel on TIXY platform. Each token is unique to your organization and provides secure access to your event data.

Base URL

https://private-api.tixyapp.com

API Endpoints

The Private Organizer API is organized into several key categories:

Sales Endpoints

  1. Event Sales Reports
    • Retrieve sales report for a specific event
    • Retrieve sales reports for events by status
    • Endpoint: /sales/event/{id}, /sales/events/{status}
  2. Tour Sales Reports
    • Retrieve sales data for a specific tour
    • Retrieve sales reports for tours by status
    • Endpoint: /sales/tour/{id}, /sales/tours/{status}
  3. Sales Terms
    • Get detailed sales terms and fees
    • Endpoint: /sales/terms

Statistics Endpoints

  1. Event Statistics
    • Retrieve ticket statistics for events
    • Endpoint: /statistics/events/{status}, /statistics/event/{id}
  2. Tour Statistics
    • Retrieve ticket statistics for tours
    • Endpoint: /statistics/tours/{status}, /statistics/tour/{id}
  3. Device Statistics
    • Analyze device usage for events and tours
    • Endpoint: /marketing/devices/{id}
  4. Geographic Statistics
    • Understand audience geographic distribution
    • Endpoint: /marketing/geography/{id}

Marketing Insights Endpoints

  1. Marketing Consent
    • Retrieve marketing consent data for events and tours
    • Endpoints:
      • /marketing/clients-granted-consent/events/{status}
      • /marketing/clients-granted-consent/tours/{status}
      • /marketing/clients-granted-consent/event/{id}
      • /marketing/clients-granted-consent/tour/{id}

Example Request

Here’s an example of retrieving sales report for a specific event:
curl -X GET "https://private-api.tixyapp.com/sales/event/event123" \
     -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Error Handling

The API uses standard HTTP status codes:
  • 200 OK: Successful request
  • 400 Bad Request: Invalid parameters
  • 401 Unauthorized: Authentication failed
  • 404 Not Found: Resource not found
  • 500 Internal Server Error: Server-side error
Each error response includes:
  • code: A machine-readable error code
  • message: A human-readable error description

Rate Limits

  • Requests are limited to prevent abuse
  • Contact TIXY support for specific rate limit details

Support

For further assistance, integration help, or questions about the Private Organizer API, please contact TIXY support.

Setting up

Avaliable APIs