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.

Path Parameters

templateId
string
required

Journey id

Minimum string length: 1
notificationId
string
required

Notification template id

Minimum string length: 1

Response

Notification template

A journey-scoped notification template.

name
string
required
tags
string[]
required
brand
object | null
required
subscription
object | null
required
content
object
required
id
string
required
state
enum<string>
default:DRAFT
required
Available options:
DRAFT,
PUBLISHED
created
integer<int64>
required
creator
string
required
updated
integer<int64>
updater
string