DICE Returns and Transfers API

Track ticket returns and transfers - a Return links a ticket and order with a returned-at timestamp and reason, and a TicketTransfer records tickets and orders moved between fans with a transferred-at timestamp. Both support date-range filtering (for example returnedAt gte) and cursor pagination. Endpoints are modeled from the published GraphQL schema; access is partner-gated.

API entry from apis.yml

apis.yml Raw ↑
aid: dice-fm:dice-fm-returns-transfers-api
name: DICE Returns and Transfers API
tags:
- Returns
- Transfers
- Refunds
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://partners-endpoint.dice.fm/graphql/docs/index.html
baseURL: https://partners-endpoint.dice.fm/graphql
properties:
- url: https://partners-endpoint.dice.fm/graphql/docs/index.html
  type: Documentation
- url: https://partners-endpoint.dice.fm/graphql/docs/index.html
  type: APIReference
- url: https://partners-endpoint.dice.fm/graphql
  type: GraphQL
description: Track ticket returns and transfers - a Return links a ticket and order with a returned-at
  timestamp and reason, and a TicketTransfer records tickets and orders moved between fans with a transferred-at
  timestamp. Both support date-range filtering (for example returnedAt gte) and cursor pagination. Endpoints
  are modeled from the published GraphQL schema; access is partner-gated.