Query fan segmentation and ticket-holder data for DICE events via the Ticket Holders GraphQL API
domain: dice.fm · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Generate an API token in DICE's partner MIO dashboard.
POST GraphQL queries to https://partners-endpoint.dice.fm/graphql with an 'Authorization: Bearer <token>' header.
Query the viewer or node(id: ...) root fields to reach Event, Order, Ticket, and Fan types for segmentation (genre, spend, geography) or attendance/access-management use cases.
Use the Ticket and TicketTransfer types to distinguish a ticket's current holder from its original purchaser after a resale or transfer.
Paginate large result sets with the schema's Relay-style Connection/Edge/PageInfo types (e.g. EventConnection, TicketConnection).
Known gotchas
This is a partner-only API — access requires an active DICE partner/promoter relationship, not just a public signup.
The schema separates ticket 'holder' (current) from 'buyer' via TicketTransfer, which matters for access-control decisions after a resale.
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?