Skip to main content

Ticket

Event tickets for concerts, sports, theater, and other live entertainment.

External IDs

Note: SEATGEEK external ID is always guaranteed to be present for all ticket assets.

FieldRequiredDescriptionExample
SEATGEEKYesSeatGeek event ID (always provided)"6234567"
TICKETMASTERNoTicketmaster event ID"vvG1YZ4bJalaRJ"
STUBHUBNoStubHub event ID"104534567"
VIVID_SEATSNoVivid Seats event ID"789012"

Asset Details

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset ID (UUID)"3b9a0f8e-b6c8-4f79-89a5-2ed522bf9740"
event_nameYesstringFull name of the event"Taylor Swift | The Eras Tour"
event_date_utcYesstringEvent date/time in UTC ISO 8601"2025-10-18T23:00:00Z"
event_date_localYesstringEvent date/time in local timezone ISO 8601"2025-10-18T19:00:00-04:00"
venue_nameYesstringName of the venue"Hard Rock Stadium"
venue_cityYesstringCity where venue is located"Miami Gardens"
venue_stateYesstringState/province code"FL"
venue_countryYesstringTwo-letter country code (ISO 3166-1 alpha-2)"US"
subject_namesNostring[]Array of subject names (performers, artists, teams)["Taylor Swift", "Gracie Abrams"]
primary_categoryNostringPrimary event category"Sports", "Concerts"
categoriesNostring[]Full category hierarchy["Sports", "Hockey", "NHL"]

Config Details

Configuration-level details distinguish different ticket types for the same event (main event, parking, suites, club passes).

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset configuration ID (UUID)"741335d5-c78c-414c-9f46-5b3577beea5f"
event_typeYesstringType of configuration"PRIMARY", "PARKING", "SUITE", "CLUB_PASSES"
event_nameYesstringConfig-specific event name"Taylor Swift | The Eras Tour" or "Parking Taylor Swift"
event_date_utcYesstringConfig-specific event date in UTC"2025-10-18T23:00:00Z"
event_date_localYesstringConfig-specific event date in local timezone"2025-10-18T19:00:00-04:00"

Event Types:

  • PRIMARY: Main event tickets (concert, sports game, theater show)
  • PARKING: Parking passes for the event
  • SUITE: Suite packages
  • CLUB_PASSES: VIP/club access passes

Item Details

FieldRequiredTypeDescriptionExample
key_idNostringInternal Tradepost key ID for grouping items (UUID, may be null)"a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d"
key_idsNostring[]Array of internal Tradepost key IDs for this item["a1b2c3d4...", "b2c3d4e5..."]
fair_valuesNoarrayFair value pricing information (see Fair Value Object below)[]
sectionYesstringSection name or identifier"Floor B"
rowNostringRow identifier within the section"10"
seat_numbersNostring[]Array of specific seat numbers["15", "16"]
quantityYesintegerNumber of tickets2
ticket_typeNostringDelivery method"mobile_transfer"

Example

{
"asset_type": "TICKET",
"external_ids": {
"SEATGEEK": "6234567",
"TICKETMASTER": "vvG1YZ4bJalaRJ",
"STUBHUB": "104534567",
"VIVID_SEATS": "789012"
},
"asset_details": {
"id": "3b9a0f8e-b6c8-4f79-89a5-2ed522bf9740",
"event_name": "Taylor Swift | The Eras Tour",
"event_date_utc": "2025-10-18T23:00:00Z",
"event_date_local": "2025-10-18T19:00:00-04:00",
"venue_name": "Hard Rock Stadium",
"venue_city": "Miami Gardens",
"venue_state": "FL",
"venue_country": "US",
"subject_names": ["Taylor Swift", "Gracie Abrams"],
"primary_category": "Concerts",
"categories": ["Concerts", "Pop", "Stadium Tour"]
},
"config_details": {
"id": "741335d5-c78c-414c-9f46-5b3577beea5f",
"event_type": "PRIMARY",
"event_name": "Taylor Swift | The Eras Tour",
"event_date_utc": "2025-10-18T23:00:00Z",
"event_date_local": "2025-10-18T19:00:00-04:00"
},
"item_details": {
"key_id": "a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d",
"key_ids": ["a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d"],
"fair_values": [],
"section": "Floor B",
"row": "10",
"seat_numbers": ["15", "16"],
"quantity": 2,
"ticket_type": "mobile_transfer"
}
}

← Asset Types Overview