action yodlee_get_subscribed_events {
label: "Get Subscribed Events"
description: "Refer GET /configs/notifications/events.
The get events service provides the list of events for which consumers subscribed
to receive notifications.
"
provider: yodlee
method: GET
path: "/cobrand/config/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
}
}