Templates
Get Notification Template
Retrieve a notification template by ID. Returns the published version by default. Pass version=draft to retrieve an unpublished template.
get/notifications/{id}
Path parameters
idstring required
Template ID (nt_ prefix).
Query parameters
versionstring
Version to retrieve. One of "draft", "published", or a version string like "v001". Defaults to "published".
Response
Example response
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}