Skip to main content

ConnectionDataRefresh

refreshIntervalDaysinteger

The amount of days to refresh the data for, from today and backwards

Possible values: >= 1 and <= 730

Default value: 1
scopesExtractionTypeEnum[]nullable

This is the list of scopes to refresh data for

Possible values: [BANK_ACCOUNT, BANK_BALANCE, BANK_TRANSACTION, USER_INFO]

Default value: ["BANK_TRANSACTION"]
ConnectionDataRefresh
{
"refreshIntervalDays": 1,
"scopes": [
"BANK_ACCOUNT"
]
}