Introduction

The Sales Tracker API provides a RESTful interface for retrieving comprehensive ticket event data including detailed event information, sales analytics, and performance metrics.

This API allows clients to:

  • Retrieve detailed information for a specific event (with image, marketplace mapping, stock data, and aggregated sales).

  • List events with pagination.

  • Retrieve sales records for an event with pagination.

  • Retrieve top-selling events based on tickets sold in the last 24 hours or 7 days.

  • Retrieve the average ticket price per block for a given event.

Each endpoint returns data in a consistent JSON format, with dates standardized to UTC and other fields mapped to meaningful, English-based naming. The API uses Bearer token authentication to ensure secure access.

Last updated

Was this helpful?