Main menu
Introduction

Accounts

Update contact info

Money Movement

Disclosures

Banking Images

Authentication

Alerts

Legacy Authentication

Reset Password

E-Statements

Experience Group

Banking

Customer Information

E-Statement Reports

.png)
Update Fi alert preference for earlier existing alert preference
Update user alert preference for opt in/opt out
ENDPOINTS
put
/db-alerts-preferences/v1/institution-alert-preferences/{institutionAlertPreferenceId}
Header parameters
Collapse
Expand
No items found.
Body parameters
Collapse
Expand
No items found.
No items found.
Query parameters
Collapse
Expand
No items found.
Path parameters
Collapse
Expand
No items found.
Responses
Collapse
Expand
No items found.
curl -X 'PUT' \
'https://api.candescent.com/digitalbanking/db-alerts-preferences/v1/institution-alert-preferences/{institutionAlertPreferenceId}' \
-H 'fiid: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"additionalInfo": {},
"institutionAlertPrefId": 0,
"alertTypeName": "string",
"channelTypeName": "string",
"institutionId": "string",
"alertOpted": true
}';
No items found.
No items found.