action yodlee_get_securities { label: "Get Security Details" description: "The get security details service is used to get all the security information for the holdings
" provider: yodlee method: GET path: "/holdings/securities" encoding: json input: { type: "object" properties: { holdingId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }