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)
Create Fi Alert type for channels
This service uses a v2 authentication token and requires the token to be generated with scopes as alertMgmt:read, alertMgmt:write for alerts type and template.
ENDPOINTS
post
/db-alerts-management/v1/institution-alert-types
Header parameters
Collapse
Expand
roles
array
no
roles
institutionId
string
required
institutionId
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 'POST' \
'https://api.candescent.com/digitalbanking/db-alerts-management/v1/institution-alert-types' \
-H 'institutionid: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'authorization: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"institutionAlertTypeId": 0,
"alertTypeName": "string",
"channelsOptd": "string",
"reason": "string",
"statusOptd": "ACTIVE",
"institutionId": "string"
}';
No items found.
No items found.