TicketSpice
TicketSpice is an online event ticketing platform built by Webconnex that lets organizers design fully customizable ticketing pages and sell tickets for events, festivals, tours, and immersive experiences at a flat 99-cent per-ticket fee. TicketSpice is powered by the shared Webconnex REST API (base https://api.webconnex.com/v2/public), the same read-and-manage API surface behind Webconnex products RegFox, RedPodium, and GivingFuel. Callers pass a product parameter of ticketspice and authenticate with an apiKey header to search and view orders, registrants, tickets, transactions, customers, forms, and inventory, manage coupons and webhooks, and check registrants in and out. API access is provisioned per account with an API key and is gated to higher-tier plans.
APIs
TicketSpice Forms and Inventory API
List and view the ticketing forms (event pages) in a TicketSpice account and read their remaining ticket and product inventory. Forms are the core event/ticketing objects in Tic...
TicketSpice Orders and Registrants API
Search and view ticket orders and the individual registrants (ticket buyers/attendees) within them, and check registrants in or out at the door. Supports cursor pagination via s...
TicketSpice Tickets API
Search and view individual issued tickets across a TicketSpice account - filter by form, status, and creation or update date, then retrieve a single ticket by id for attendee an...
TicketSpice Transactions and Customers API
Search and view financial transactions (payments, refunds) and the customer records tied to them. Enables reconciliation and reporting against ticket sales processed through Web...
TicketSpice Coupons API
Full read-write management of discount coupons - list global coupons or coupons scoped to a form, and create, view, update, and delete individual coupons. One of the few write-c...
TicketSpice Webhooks API
Programmatically manage outbound webhooks - create, list, view, update, and delete webhook subscriptions, inspect delivery logs, and resend a prior delivery. Webhooks push HTTP ...