action yodlee_get_subscribed_notification_events { label: "Get Subscribed Notification Events" description: "The get events service provides the list of events for which consumers subscribed to receive notifications.
" provider: yodlee method: GET path: "/configs/notifications/events" encoding: json input: { type: "object" properties: { eventName: { type: "string" enum: ["REFRESH", "DATA_UPDATES", "AUTO_REFRESH_UPDATES"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }