Base URL
All API requests are made to:Authentication
Every request must include a valid token in theAuthorization header:
- API Key — created from the Tickable dashboard. Best for server-to-server integrations.
- OAuth2 access token — obtained via the OAuth2 flow. Best for third-party apps acting on behalf of a user.
Authentication Guide
Learn how to authenticate your requests
Key Concepts
Events
Events are the core resource. Each event has ticket types and timeslots.
Orders
Orders represent purchases. Each order contains order lines linked to ticket types.
Tickets
Retrieve tickets for an event, filter by order, and check scan/cancel status.
Timeslots
Timeslots represent when an event takes place. An event can have one or many.
Webhooks
Get notified in real-time when orders are placed or tickets are scanned.