Skip to main content
Stay up to date with the latest changes to the Headout API. Each release is documented here with the date and a summary of what changed.

May 2026

May 29, 2026

New sandbox base URL

The sandbox environment has moved to a new host. All sandbox API calls should now use https://www.sandbox-headout.com (previously https://sandbox.api.dev-headout.com).
  • Update your sandbox base URL — see Setup for the current value and an example request.
  • No changes to request/response schemas or authentication; only the host has changed.
  • The previous host https://sandbox.api.dev-headout.com will continue to work, so existing integrations are unaffected. We recommend migrating to the new host at your convenience.
  • Production endpoints are unaffected.
May 26, 2026

Normal product availabilities

Added GET List availabilities - Normal for retrieving date-level availability for normal (non-seatmap) products.Available for both API Partners and Affiliates:Notes:
  • Only applies to products with inventorySelectionType: NORMAL.
  • Returns one entry per date, with pricing from the lowest-priced slot.
  • Supports optional currencyCode, startDate, and endDate query parameters.
  • startDate defaults to today in the tour city timezone.
  • endDate defaults to startDate + 60 days.
  • The full date range cannot exceed 90 days inclusive.
May 26, 2026

Cities response now includes country and timezone

The cities listing now returns each city’s country (ISO code + name) and IANA timezone. Existing fields are unchanged — the new fields are purely additive.Schema changes:
May 24, 2026

Deprecation: listingPrice on V2 product responses

The listingPrice object on List Products and Get Product (both API Partner and Affiliate) is now deprecated. It will continue to be returned for backward compatibility and is not being removed, but new integrations should not rely on it.Use the pricing object instead:
  • Product-level pricing — starting “from” price across all variants and time slots
  • Variant-level pricing (from Get Product) — starting price for a specific variant
  • inventory.pricing — live, bookable slot price for checkout totals and booking validation
Note: the starting “from” price varies by date/time-slot even for single-variant products, since slot-level and supplier-backed inventory pricing changes. Treat it as the lowest currently-known starting point, not a fixed quote.
May 8, 2026

Seatmap suite

Full seatmap product support is now available for API Partners and Agents. Partners can now discover, browse, and book seat-level theatre and live entertainment products end to end.New endpoints:

April 2026

April 23, 2026

Seatmap availability

Added GET List availabilities - Seatmap for retrieving seatmap availability for a specific variant within a date range.Available for both API Partners and Affiliates:Notes:
  • Supports optional currencyCode, startDate, and endDate query parameters.
  • startDate defaults to today in the tour city timezone.
  • endDate defaults to startDate + 60 days.
  • The full date range cannot exceed 90 days inclusive.

March 2026

March 23, 2026

Booking flow

Added support for the full booking lifecycle:
The cancel and reschedule endpoints have moved from /api/public/v2/partner/booking/{bookingId}/... to /api/public/v2/bookings/{bookingId}/....Existing integrations using the older endpoints will continue to work without changes.

Cities and discovery

  • GET List Cities — returns a paginated, alphabetically sorted list of all discoverable cities.

Response updates

  • List Cities: new limit parameter (default 20, max 20).
  • List Bookings: default results per page changed to 20, with limit capped at 20.
  • All booking endpoints now return structured error responses (400, 403).
March 19, 2026

Product pricing

A new pricing field has been added to the Product v2 APIs, giving partners direct access to pricing information without needing to fetch inventory.Available on:
  • List Productspricing at the product level (minimum across all variants)
  • Get Productpricing at both the product and variant level
Fields returned vary by partner type:
FieldAPI PartnersAffiliates
currencyYesYes
profileTypeYesYes
headoutSellingPriceYesYes
netPriceYes
commissionAmountYes