.png)
Get Destinations
Api to get destinations. This service uses a legacy authentication token.
ENDPOINTS
get
/destinations/v2/fis/{di_fiid}/products/{product_id}/notificationApps/{notification_app_id}/fiCustomers/{di_ficustomer}/destinations
Header parameters
Collapse
Authorization
string
required
Standard OAuth 2.0 access tokenA string composed of `Bearer` + `(space)` + `{token}`; example `Bearer rvYKAItOGiMQy1yOHdUDAHWp2HG1`
Body parameters
Collapse
Path parameters
Collapse
di_ficustomer
string
required
Identifies which customer's destinations to get
notification_app_id
string
required
Identifies the notification application. Valid values are MFA or MBL
product_id
string
required
Identifies the product that the destinations relate to
Responses
Collapse
curl -X 'GET' \
'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 'originating_ip: SOME_STRING_VALUE' \
-H 'user-agent: SOME_STRING_VALUE' \
-H 'authorization: SOME_STRING_VALUE' \
-H 'accept: application/json' \