Create and manage discount codes for a Ticket Tailor event via the API
domain: tickettailor.com · 4 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
GET /v1/discounts to list paginated discount codes already configured on the box office.
POST to the create-discount-code endpoint with the ticket types, event scope, and discount value/type to add a new code.
GET a single discount by ID to check its configuration before running a promotion report.
PATCH the discount to adjust its value, expiry, or scope, or DELETE it once the promotion ends.
Known gotchas
Discounts and vouchers are separate resources in the API (/v1/discounts vs /v1/vouchers plus /v1/vouchers/:voucher_id/codes) — don't conflate the two when building redemption logic.
API keys can be scoped to specific endpoint permissions at creation time — a key that wasn't granted access to the discounts endpoints will be rejected even though it works fine for other resources.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?