action yodlee_get_public_encryption_key { label: "Get Public Key" description: "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:
  • The key in the response is a string in PEM format.
  • This endpoint is not available in the Sandbox environment and it is useful only if the PKI feature is enabled.
  • " provider: yodlee method: GET path: "/configs/publicKey" encoding: json output: { type: "object" additionalProperties: true } }