Skip to main content
GET
/
v1
/
admin
/
notifications
/
templates
List notification templates
curl --request GET \
  --url https://{operatorDomain}/v1/admin/notifications/templates \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "ntpl_01h...",
    "channel": "email",
    "body": "<string>",
    "key": "<string>",
    "subject": "<string>",
    "locale": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of templates

id
string
required
Example:

"ntpl_01h..."

channel
string
required
Example:

"email"

body
string
required
key
string
subject
string | null
locale
string | null