action yodlee_get_verification_status { label: "Get Verification Status" description: "The get verification status service is used to retrieve the verification status of all accounts for which the MS or CDV process has been initiated.
For the MS process, the account details object returns the aggregated information of the verified accounts. For the CDV process, the account details object returns the user provided account information.
" provider: yodlee method: GET path: "/verification" encoding: json input: { type: "object" properties: { accountId: { type: "string" } providerAccountId: { type: "string" } verificationType: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }