action yodlee_get_all_accounts {
label: "Get Accounts"
description: "The get accounts service provides information about accounts added by the user.
By default, this service returns information for active and to be closed accounts.
If requestId is provided, the accounts that are updated in the context of the requestId will be provided in the response.
Note:
fullAccountNumber is deprecated and is replaced with fullAccountNumberList in include parameter and response.fullAccountNumberList, PII (Personal Identifiable Information) and holder details are not available by default, as it is a premium feature that needs security approval. This will not be available for testing in Sandbox environment."
provider: yodlee
method: GET
path: "/accounts"
encoding: json
input: {
type: "object"
properties: {
accountId: {
type: "string"
}
container: {
type: "string"
}
include: {
type: "string"
}
providerAccountId: {
type: "string"
}
requestId: {
type: "string"
}
status: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}