Notification Template REST Endpoints
Notification Template
This contains all the operations for Notification Template.
- Create new notification template
- Method: postPath:
/iam/governance/selfservice/api/v1/notification/template - Delete notification template
- Method: deletePath:
/iam/governance/selfservice/api/v1/notification/template/{id} - Fetch notification template
- Method: getPath:
/iam/governance/selfservice/api/v1/notification/template/{id} - Find all locale specific templates
- Method: getPath:
/iam/governance/selfservice/api/v1/notification/search/adv - Find all notification templates
- Method: getPath:
/iam/governance/selfservice/api/v1/notification/search/basic - Modify notification template
- Method: putPath:
/iam/governance/selfservice/api/v1/notification/template/{id}