action yodlee_get_public_key {
label: "Get Public Key"
description: "Refer GET /configs/publicKey.
The get public key service provides the customer the public key that should be used to encrypt the user credentials before sending it to Yodlee.
This endpoint is useful only for PKI enabled.
"
provider: yodlee
method: GET
path: "/cobrand/publicKey"
encoding: json
output: {
type: "object"
additionalProperties: true
}
}