action yodlee_get_all_provider_accounts {
label: "Get Provider Accounts"
description: "The get provider accounts service is used to return all the provider accounts added by the user.
This includes the failed and successfully added provider accounts.
"
provider: yodlee
method: GET
path: "/providerAccounts"
encoding: json
input: {
type: "object"
properties: {
include: {
type: "string"
}
providerIds: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}