Number of APIs: 5
1. Create notifications configs
POST https://{{host}}/etp-config/v3/configs/:configId/notifications-config
Create notification configs in bulk.
2. Get notification configuration
GET https://{{host}}/etp-config/v3/configs/:configId/notifications-config
Provides all notification configurations.
3. Update the notifications configs
PUT https://{{host}}/etp-config/v3/configs/:configId/notifications-config
Updates the notification configs in bulk.
4. Get notification configuration for type
GET https://{{host}}/etp-config/v3/configs/:configId/notifications-config/:notificationType
Gets notification details for the given notification type.
5. Update the subscribers to notification type
PUT https://{{host}}/etp-config/v3/configs/:configId/notifications-config/:notificationType
Updates the subscribers to the given notification type.
ENDPOINTS