Get templates by name key

Gets all the notification templates by nameKey

Request
Security:
vc-security
path Parameters
name-key
required
string
Responses
200

List of Notification Templates

401

Unauthorized request

get/notification-service/v1/templates/name-key/{name-key}
Request samples
curl -i -X GET \
  'http://notification-service:8080/notification-service/v1/templates/name-key/{name-key}' \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
[
  • {
    }
]