JavaScript
Journeys
Fetch the content of a journey-scoped notification template
Retrieve the elemental content of a journey-scoped notification template. The response contains the versioned elements along with their content checksums, which can be used to detect changes between versions. Pass ?version=draft (default published) to retrieve the working draft, or ?version=vN for a historical version.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Journey id
Minimum string length:
1Notification template id
Minimum string length:
1Query Parameters
Accepts draft, published, or a version string (e.g., v001). Defaults to published.
List versions of a journey-scoped notification templateReplace the content of a journey-scoped notification template