1. Get an API Key
Go to the Tickable dashboard and create an API key with theevents.read scope.
2. List Your Events
3. Get Event Details
Pick an event ID from the list and fetch its details including ticket types:4. List Tickets for an Event
Fetch tickets for an event. You’ll need an API key with thetickets.read scope:
status field (valid, scanned, or cancelled) so you can quickly see its state.
5. Set Up a Webhook (optional)
Get notified when orders come in. You’ll need an API key with thewebhooks.write scope:
Next Steps
Authentication
Learn about API keys, OAuth2, and scopes
Pagination
How to paginate through large result sets
Tickets Guide
List and scan tickets via the API
Webhooks Guide
Set up real-time notifications
API Reference
Explore all available endpoints