Introduction
The EventCube Storefront API (/api/v1/*) lets you manage event catalog data and integrate ticket checkout on your own site or app.
Two integration areas
Inventory Management
Create and sync the entities that make up your event catalog:
- Promoters, venues, categories, artists
- Events and tickets
- Optional: scanner/POS devices
Checkout Integration
Sell tickets through your own UX:
- Create and update carts
- Collect customer and ticket-holder details
- Apply discount codes
- Create orders (or redirect to EventCube-hosted payment via
checkout_url)
Before you start
- Read Authentication — every request needs a Bearer token and your store's domain.
- Read Conventions — pagination, money in minor units, UTC date/time formats, and error format.
- Browse the API Reference for request/response schemas.
Base URL
https://your-store.eventcube.io/api/v1
There is no store ID header. The store is resolved from the request hostname.