latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-10145345487.2 KB

cb8586034158

Journeys

Fetch the content of a journey-scoped notification template

Returns the Elemental elements and version of a journey-scoped template's content. Compare versions to see what changed between publishes.

get/journeys/{templateId}/templates/{notificationId}/content

Path parameters

templateIdstring required

Journey id

notificationIdstring required

Notification template id

Query parameters

versionstring

Accepts draft, published, or a version string (e.g., v001). Defaults to published.

Response

Scoped notification content

versionstring required

Content version identifier.

Example response

{
  "version": "2022-01-01"
}