Skip to main content

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.
string
Departure ID (TypeID with dept prefix).

Query Parameters

string
Locale for translated meeting point text.

Headers

string
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)

Request Example

Response

Requests for departures outside your workspace return 404 Not Found. Use either the product ID or its slug in the path.