Skip to main content

Tickets

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

External IDs

SEATGEEK is always present for ticket assets; the others appear when a mapping exists.

FieldRequiredDescriptionExample
SEATGEEKYesSeatGeek event ID"6234567"
TICKETMASTERNoTicketmaster event ID"vvG1YZ4bJalaRJ"
STUBHUBNoStubHub event ID"104534567"
VIVID_SEATSNoVivid Seats event ID"789012"

These keys are accepted as externalIdentifiers targeting in order submissions and quotes; sections and rows via keyScope (SEATMAP_SECTION, SEATMAP_ROW).

Asset details

FieldRequiredTypeDescriptionExample
idYesstringTradepost asset ID (UUID)"3b9a0f8e-b6c8-4f79-89a5-2ed522bf9740"
event_nameYesstringFull event name"Taylor Swift | The Eras Tour"
event_date_utcYesstringEvent date/time, UTC ISO 8601"2025-10-18T23:00:00Z"
event_date_localYesstringEvent date/time, venue-local ISO 8601"2025-10-18T19:00:00-04:00"
venue_nameYesstringVenue name"Hard Rock Stadium"
venue_cityYesstringVenue city"Miami Gardens"
venue_stateYesstringState/province code"FL"
venue_countryYesstringISO 3166-1 alpha-2 country code"US"
subject_namesNostring[]Performers, artists, teams["Taylor Swift", "Gracie Abrams"]
primary_categoryNostringPrimary event category"Sports", "Concerts"
categoriesNostring[]Full category hierarchy["Sports", "Hockey", "NHL"]

Config details

Configurations distinguish ticket types for the same event — main event, parking, suites, club passes.

FieldRequiredTypeDescriptionExample
idYesstringTradepost asset configuration ID (UUID)"741335d5-c78c-414c-9f46-5b3577beea5f"
event_typeYesstringPRIMARY, PARKING, SUITE, CLUB_PASSES"PRIMARY"
event_nameYesstringConfig-specific event name"Parking Taylor Swift"
event_date_utcYesstringConfig-specific event date, UTC"2025-10-18T23:00:00Z"
event_date_localYesstringConfig-specific event date, local"2025-10-18T19:00:00-04:00"

Item details

FieldRequiredTypeDescriptionExample
key_idNostringTradepost key ID (UUID, may be null)"a1b2c3d4-…"
key_idsNostring[]All key IDs for this item["a1b2c3d4-…"]
fair_valuesNoarrayFair value entries — see Key Fair Values[]
sectionYesstringSection name or identifier"Floor B"
rowNostringRow within the section"10"
seat_numbersNostring[]Specific seat numbers["15", "16"]
quantityYesintegerNumber of tickets2
ticket_typeNostringDelivery method"mobile_transfer"

Ticket keys are event-specific — section and row key IDs are only valid for the configuration they came from. See Key Fair Values → Key reuse.

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"
}
}