Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

A cursor token for pagination. Use the cursor from the previous response to fetch the next page of results.

version
enum<string>
default:published

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

Response

templates
Journey · object[]
cursor
string

A cursor token for pagination. Present when there are more results available.