Method
GET /v1/products/{productIdOrSlug}/departures/{departureId}/itinerary
You can also call the top-level form: GET /v1/departures/{departureId}/itinerary?productId=prod_xxx. Both return the same data; the nested route additionally supports product slugs. If no include is provided, the response contains days, segments, and options.
Path Parameters
Product ID (
prod_...) or slug.Departure ID.
Query Parameters
Locale for translations (alias:
lang).Comma-separated extras:
segments, options. Defaults to all when omitted.Headers
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)Request Example
Response
When
include is omitted the response only contains the ordered list of day cards. Add segments and options to hydrate booking flows with rich activity data.