List and void voucher codes issued against a Ticket Tailor voucher batch
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/vouchers to list voucher batches, then GET /v1/vouchers/:voucher_id/codes to list the individual codes generated under a batch.
POST to create a new voucher batch, specifying the quantity of codes to generate and the discount value/type they unlock.
Track each code's redemption state from the list response.
Call the void-voucher-code endpoint with a specific code ID to invalidate it before it's redeemed.
Known gotchas
Vouchers are a distinct resource type from discount codes — voucher codes are individually generated and voidable, while a discount applies as a single shared code.
Voucher code lists use the same cursor-based pagination (starting_after/ending_before) as other Ticket Tailor list endpoints, so page through /v1/vouchers/:voucher_id/codes rather than assuming one response holds the whole batch.
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?