Skip to main content

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

string
Product ID (prod_...) or slug.
uuid
Departure ID.

Query Parameters

string
Locale for translations (alias: lang).
string
Comma-separated extras: segments, options. Defaults to all when omitted.

Headers

string
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.