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 Destinations
Api to create destinations. This service uses a legacy authentication token.
ENDPOINTS
post
/destinations/v2/fis/{di_fiid}/products/{product_id}/notificationApps/{notification_app_id}/fiCustomers/{di_ficustomer}/destinations
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 'POST' \
'https://api.candescent.com/digitalbanking/destinations/v2/fis/{di_fiid}/products/{product_id}/notificationApps/{notification_app_id}/fiCustomers/{di_ficustomer}/destinations' \
-H 'di_tid: SOME_STRING_VALUE' \
-H 'content-type: SOME_STRING_VALUE' \
-H 'originating_ip: SOME_STRING_VALUE' \
-H 'user-agent: SOME_STRING_VALUE' \
-H 'authorization: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-d '[
{
"id": "string",
"telephoneCountryCode": "string",
"contactInfo": "string",
"nickname": "string",
"protocol": "string",
"platform": "string",
"devicetype": "string",
"activated": "string",
"default": "string",
"enrolledDateTime": "string"
}
]';
No items found.
No items found.