JavaScript
Journeys
List Journeys
Get the list of journeys.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A cursor token for pagination. Use the cursor from the previous response to fetch the next page of results.
The version of journeys to retrieve. Accepted values are published (for published journeys) or draft (for draft journeys). Defaults to published.
Available options:
published, draft