Getting Started
Welcome to the TTG API. This guide covers authentication, required headers, and core concepts.
Base URLs
Authentication
All API requests require an API key in the X-TT-API-Key header.
Key prefixes:
Required Headers
Every request must include X-Client-Platform. Other headers are recommended for tracing and localization.
Core Concepts
Money
All monetary values use minor units (cents) to avoid floating-point precision errors.
Timezones
- Occurrence times (
startsAt,endsAt) use the venue’s local timezone with ISO 8601 offset (e.g.2026-03-15T19:30:00-05:00). - System timestamps (
createdAt,expiresAt) use UTC (e.g.2026-03-15T19:40:00Z).
Next Steps
- API Reference — Full endpoint documentation