Method
GET /v1/products/{productIdOrSlug}/departures/{departureId}
Top-level form also exists: GET /v1/departures/{departureId}?productId=prod_xxx. Both return the same data; the nested route additionally supports product slugs.
Path Parameters
string
Product ID (
prod_...) or slug.Query Parameters
string
Locale for translated meeting point text.
Headers
string
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)