Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{operatorDomain}/v1/public/departures/{departureId}
{ "id": "dep_01h...", "productId": "<string>", "startDate": "2023-12-25", "endDate": "2023-12-25", "availabilityState": "available", "leadPrice": 123, "currency": "EUR" }
Fetch a single departure detail. Non-personalized catalog read with public cache headers.
Departure detail
"dep_01h..."
"available"
Minor units
"EUR"