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
Example response
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}