All REST Endpoints

Event details
This is used to fetch notification event details and its static data.
Fetch notification event list
Method: get
Path: /iam/governance/selfservice/api/v1/notification/events
Fetch static data associated with an event
Method: get
Path: /iam/governance/selfservice/api/v1/notification/event/{eventType}/data
Locale Template
This contains all the operations for Locales of specific Notification Templates.
Add new locale to a notification template
Method: post
Path: /iam/governance/selfservice/api/v1/notification/template/{id}/locale
Delete locale from notification template
Method: delete
Path: /iam/governance/selfservice/api/v1/notification/template/{id}/locale
Notification Template
This contains all the operations for Notification Template.
Create new notification template
Method: post
Path: /iam/governance/selfservice/api/v1/notification/template
Delete notification template
Method: delete
Path: /iam/governance/selfservice/api/v1/notification/template/{id}
Fetch notification template
Method: get
Path: /iam/governance/selfservice/api/v1/notification/template/{id}
Find all locale specific templates
Method: get
Path: /iam/governance/selfservice/api/v1/notification/search/adv
Find all notification templates
Method: get
Path: /iam/governance/selfservice/api/v1/notification/search/basic
Modify notification template
Method: put
Path: /iam/governance/selfservice/api/v1/notification/template/{id}