action yodlee_get_api_keys { label: "Get API Keys" description: "This endpoint provides the list of API keys that exist for a customer.
You can use one of the following authorization methods to access this API:
  1. cobsession
  2. JWT token
Notes:
  • This service is not available in developer sandbox environment and will be made available for testing in your dedicated environment. " provider: yodlee method: GET path: "/auth/apiKey" encoding: json output: { type: "object" additionalProperties: true } }