Skip to main content

Method

GET /v1/products/{productIdOrSlug}/departures You can also use the top-level form: GET /v1/departures?productId=prod_xxx. Both return the same data; the nested route additionally supports product slugs.

Path & Query Parameters

string
Product ID (prod_...) or product slug (required).
string
Locale for meeting point translations (defaults to en).
integer
Items per page (defaults to 100).
integer
Number of items to skip (defaults to 0).

Headers

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

Request Example

Response