Get all templates for product

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

List of Notification Templates

401

Unauthorized request

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