Track and manage waitlist signups for a sold-out Ticket Tailor event series
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/event_series/:event_series_id/waitlist_signups (paginated) to pull everyone who joined the waitlist for a series.
Subscribe to the new-waitlist-signup webhook to react in real time when a fan joins, rather than polling.
Call the delete-event-series-waitlist-signup endpoint to remove an entry once it's converted to a sale or expires.
Cross-reference converted signups against orders/issued tickets for that event series to measure waitlist-to-sale conversion.
Known gotchas
Waitlist signups are scoped to the event series, not an individual date/occurrence — filter client-side if you need per-occurrence granularity.
There's no documented endpoint to create a waitlist signup via the API — entries are only added when a fan joins through the public sold-out event page, so API 'management' here is limited to reading, reacting via webhook, and removing entries.
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?