GET
/
notifications
/
templates
/
system
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/notifications/templates/system \
  --header 'Wirtual-Session-Token: <api-key>'
[
  {
    "actions": "<string>",
    "body_template": "<string>",
    "group": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "kind": "<string>",
    "method": "<string>",
    "name": "<string>",
    "title_template": "<string>"
  }
]

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
actions
string
body_template
string
group
string
id
string
kind
string
method
string
name
string
title_template
string