v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Journeys

Fetch a journey-scoped notification template by id

Returns a journey's own notification template with its name, brand, subscription topic, and content. Defaults to the published version.

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

Path parameters

templateIdstring required

Journey id

notificationIdstring required

Notification template id

Response

Notification template

namestring required
tagsstring[] required
idstring required
state'DRAFT' | 'PUBLISHED' required
createdinteger required
creatorstring required
updatedinteger
updaterstring

Example response

{
  "content": {
    "elements": [
      {
        "channel": "email"
      }
    ]
  }
}