Retrieve a notification template by ID. Returns the published version by default. Pass version=draft to retrieve an unpublished template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Template ID (nt_ prefix).
Version to retrieve. One of "draft", "published", or a version string like "v001". Defaults to "published".
Envelope response for GET /notifications/{id}. The notification object mirrors the POST/PUT input shape. Nullable fields return null when unset.
Full document shape used in POST and PUT request bodies, and returned inside the GET response envelope.
The template state. Always uppercase.
DRAFT, PUBLISHED Epoch milliseconds when the template was created.
User ID of the creator.
Epoch milliseconds of last update.
User ID of the last updater.