{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConfigsNotificationEvent", "title": "ConfigsNotificationEvent", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the event for which the customers must subscribe to receive notifications.
Valid Value: Notification Events Name

Endpoints:Applicable Values
", "enum": [ "REFRESH", "DATA_UPDATES", "AUTO_REFRESH_UPDATES", "LATEST_BALANCE_UPDATES", "CREDIT_ACCELERATOR_REPORT_UPDATES" ] }, "callbackUrl": { "maxLength": 2147483647, "minLength": 1, "type": "string", "description": "URL to which the notification should be posted.

Endpoints:" } } }