Eticksystem
    • eticksystem Sell API
      • Config
        • Bootstrap the checkout
        • The checkout palettes
        • Which sites may frame this key's checkout
      • Catalog
        • List the events this key sells
        • One event, as something you can sell
      • Pricing
        • What a basket costs
      • Checkout
        • Start a purchase
        • Where a checkout got to
      • Orders
        • The sales for this key's events
        • One order
      • Schemas
        • Error
        • Config
        • ThemePreset
        • PaymentProvider
        • PaymentMethod
        • EventStatus
        • Seating
        • EventSummary
        • Tier
        • Question
        • EventDetail
        • BasketItem
        • QuoteRequest
        • QuoteLine
        • QuoteResponse
        • Customer
        • CheckoutRequest
        • CheckoutResponse
        • OrderTicket
        • Order
        • WebhookEvent

    EventSummary

    An event as a card — enough to list it, not enough to sell it.

    {
        "id": "66f0a1c2d3e4f5a6b7c8d9e0",
        "slug": "summer-gala",
        "title": "Summer Gala",
        "category": "Concert",
        "startsAt": "2026-07-12T20:00",
        "endsAt": "string",
        "venueName": "Heydar Aliyev Center",
        "address": "Heydar Aliyev pr. 1, Baku",
        "coverImageUrl": "string",
        "posterImageUrl": "string",
        "seating": "general_admission",
        "currency": "AZN",
        "priceFrom": 20,
        "status": "on_sale",
        "ticketsAvailable": 340,
        "checkoutUrl": "https://embed.eticksystem.com/checkout/pk_live_…?event=summer-gala"
    }
    Built with