Skip to main content
GET
Venue map
Returns a CDN URL for the venue layout SVG. Used by products with inventorySelectionType: SEATMAP or inventorySelectionType: SVG. The SVG is static per product — it does not change per show or date. Call this once per product and cache the result.

Section mapping for SVG flow

For inventorySelectionType: SVG products, use the SVG to display the venue layout and map it to the sections available in the inventory response. In the Get Product response, each section is mapped to a variant ID. The SVG has section elements with a class attribute in the format tour-id-{variantId}. Match the variant ID to the SVG element’s tour-id-{variantId} class to identify and highlight the correct section. Two class formats are supported — handle both for compatibility:

Venue layout for Seatmap flow

For inventorySelectionType: SEATMAP products, use the SVG to render the physical venue layout when building a custom seat selection UI. Each seat element in the SVG has an id attribute equal to the seatCode returned by List Inventory - Seatmap. Use the seatCode to match inventory seats to SVG elements for highlighting or disabling individual seats. For example, a seat with "seatCode": "SE-0.205-10-1" in the inventory response corresponds to the SVG element with id="SE-0.205-10-1".

Authorizations

Headout-Auth
string
header
required

Path Parameters

productId
integer
required

Product identifier

Response

SVG URL for the venue layout

productId
integer
svgUrl
string