Skip to main content
GET
/
api
/
public
/
v2
/
products
/
{productId}
/
svg
Venue map
curl --request GET \
  --url https://www.headout.com/api/public/v2/products/{productId}/svg/ \
  --header 'Headout-Auth: <api-key>'
{
  "productId": 3023,
  "svgUrl": "https://cdn.headout.com/seatmap/3314/venue-layout.svg"
}
For products with inventorySelectionType: SEATMAP. Returns a CDN URL for the venue layout SVG. Use this to render the physical layout of the venue when building a custom seat selection UI. The SVG is static per product — it does not change per show or date. Call this once per product and cache the result.
{
  "productId": 3023,
  "svgUrl": "https://cdn.headout.com/seatmap/3314/venue-layout.svg"
}

Authorizations

Headout-Auth
string
header
required

Path Parameters

productId
integer
required

Product identifier

Response

SVG URL for the venue layout

productId
integer
svgUrl
string