{
"opencollection": "1.0.0",
"info": {
"name": "Yodlee Core APIs Account Token Configs API",
"version": "1.1.0"
},
"items": [
{
"info": {
"name": "Configs",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get Subscribed Notification Events",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/configs/notifications/events",
"params": [
{
"name": "eventName",
"value": "",
"type": "query",
"description": "Name of the webhook subscription event"
}
]
},
"docs": "The get events service provides the list of events for which consumers subscribed to receive notifications.
"
},
{
"info": {
"name": "Get Public Key",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/configs/publicKey"
},
"docs": "The get public key service provides the public key that should be used to encrypt user credentials while invoking POST /providerAccounts and PUT /providerAccounts endpoints.
This service will only work if the PKI (public key infrastructure) feature is enabled for the customer.
Note: