Ticket Tailor
Ticket Tailor is an online event ticketing platform that lets organizers sell tickets and manage box offices for events, from single dates to recurring event series. Its public REST API (base https://api.tickettailor.com/v1) exposes the box office programmatically - events, event series, orders, issued tickets, ticket types, vouchers, and check-ins - authenticated with an API key over HTTP Basic Auth. The API is read-and-write, supports cursor-based pagination, and is rate limited to 5000 requests per 30 minutes.
APIs
Ticket Tailor Events API
List and retrieve the individual event dates in a box office. Each event is a scheduled occurrence (with its own ticket sales) that belongs to an event series. Supports cursor-b...
Ticket Tailor Event Series API
Create, list, retrieve, update, delete, and change the status of event series - the parent container that groups one or more event dates. Also creates ticket types and ticket gr...
Ticket Tailor Orders API
List, retrieve, and update orders belonging to a box office. An order captures the buyer, line items, payment, and the issued tickets produced by a purchase.
Ticket Tailor Issued Tickets API
List, retrieve, create, and void the individual tickets issued to attendees. Each issued ticket carries the holder's details, barcode, and check-in state and is linked to an ord...
Ticket Tailor Vouchers API
Create, list, retrieve, modify, and delete vouchers and inspect their redeemable voucher codes. Vouchers grant buyers discounted or comped access at checkout.
Ticket Tailor Check-ins API
List and record check-ins as attendees arrive at the door. Check-ins mark issued tickets as scanned/admitted for on-site entry management.