Skip to main content
GET
/
v1
/
notification-triggers
/
templates
List Notification Trigger Templates
curl --request GET \
  --url https://api.sandbox.usenash.com/v1/notification-triggers/templates \
  --header 'Authorization: Bearer <token>'
{
  "templates": [
    {
      "type": "<string>",
      "title": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

templates
NotificationTriggerTemplateResponse · object[]