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.
Ticket Types
Ticket types define what can be purchased for an event (e.g. Early Bird, VIP).
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.