action yodlee_get_account { label: "Get Account Details" description: "The get account details service provides detailed information of an account.

Note:
  • fullAccountNumber is deprecated and is replaced with fullAccountNumberList in include parameter and response.
  • " provider: yodlee method: GET path: "/accounts/{accountId}" encoding: json input: { type: "object" properties: { accountId: { type: "integer" format: "int64" } include: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }