API reference
Everything an event website needs: the published lineup, FAQs, news, announcements, ticket availability, merch, and forms. All responses are JSON, all reads are cacheable, and every example below is generated from the same schemas the API is built from.
Event
Lineup
Content
Event FAQs
Categorised FAQs, with answers pre-rendered to HTML.
GET/v1/events/{slug}/faqPhoto gallery
Curated photos the organiser picked for their website.
GET/v1/events/{slug}/galleryNews index
Published news articles, newest first.
GET/v1/events/{slug}/newsNews article
A single published article, with its full body.
GET/v1/events/{slug}/news/{articleSlug}Announcements
Announcements the organiser has sent, newest first.
GET/v1/events/{slug}/broadcasts
Tickets & merch
Ticket availability
Visible ticket types and release tiers, with live availability.
GET/v1/events/{slug}/ticketsQuote a cart
Price a cart and check a promo code, without holding anything.
POST/v1/events/{slug}/tickets/quoteReserve tickets
Hold the cart for 15 minutes and create the order.
POST/v1/events/{slug}/tickets/reserveBuyer details and consent
Attach the buyer's email, name, phone and marketing consent to a reserved order.
PATCH/v1/events/{slug}/tickets/orders/{checkoutToken}Start payment
Get the Stripe client secret to take the card on your page.
POST/v1/events/{slug}/tickets/orders/{checkoutToken}/payComplete a free order
Issue the tickets for a zero-total order, with no card step.
POST/v1/events/{slug}/tickets/orders/{checkoutToken}/complete-freeOrder status
Where the order is, its lines and totals, and what the buyer earned.
GET/v1/events/{slug}/tickets/orders/{checkoutToken}Funnel beacon
Tell the organiser's sales report that a visitor viewed or selected tickets.
POST/v1/events/{slug}/tickets/funnelMerch catalogue
Garments, colours, sizes, print zones and prices.
GET/v1/events/{slug}/merch
Forms & signups
Mailing-list signup
Add an email to the organiser's mailing list from your own form.
POST/v1/events/{slug}/subscribePrelaunch form
The published prelaunch registration form, so you can render it yourself.
GET/v1/events/{slug}/prelaunchPrelaunch registration
Register interest in the event from your own prelaunch form.
POST/v1/events/{slug}/prelaunch/registerPrelaunch verification
Type back the SMS code, or ask for the email or code again.
POST/v1/events/{slug}/prelaunch/verifyForm definition
The fields of a published form, so you can render it yourself.
GET/v1/forms/{key}Submit a form
Send answers back for a published form.
POST/v1/forms/{key}/submissions
Discovery
Deliberately not documented
The mobile app's device endpoints, the door scanner's check-in surface, wallet passes and ticket capability links are internal. These are omissions by decision, not gaps. Selling tickets from your own site is documented: see selling tickets.