Skip to main content
GET
List inventory - Seatmap
For products with inventorySelectionType: SEATMAP. Returns all available seats for a specific show (date + time slot), grouped by section. Use this to display seats and pricing to users before creating a booking. To find which dates have any availability before calling this endpoint, use List availabilities - Seatmap.
There is no availability status field on this response — availability is expressed purely through remaining. The top-level remaining is the total across the whole show; each entry in sections has its own remaining, the total for that section’s seats. remaining: 0 means sold out.

Authorizations

Headout-Auth
string
header
required

Path Parameters

productId
integer
required

Product identifier

variantId
integer
required

Primary variant identifier (from Availabilities response)

Query Parameters

date
string<date>
required

Show date (YYYY-MM-DD)

startTime
string
required

Show start time (HH:mm)

currencyCode
string

ISO 4217 currency code. Defaults to USD. Prices are converted to the requested currency.

Response

All available seats grouped by section

productId
integer
variantId
integer
inventoryId
integer<int64>

Show-level inventory identifier. Pass to Validate and Booking.

currencyCode
string
date
string<date>
startTime
string
remaining
integer
sections
object[]