.png)
Get Subscriptions by user
ENDPOINTS
get
/subscriptions/v1/fis/{di_fiid}/fiCustomers/{di_ficustomer}/subscriptions
Header parameters
Collapse
Authorization
string
required
Standard OAuth 2.0 access tokenA string composed of `Bearer` + `(space)` + `{token}`; example `Bearer rvYKAItOGiMQy1yOHdUDAHWp2HG1`
User-Agent
string
no
Identifies the application and the platform making the request.The expected format is `{Appname}/{Appversion}[/{DeviceID}][;{Platform User-Agent}]` e.g. iPhone/1.0/abc12345;Nokia3110
originating_ip
string
no
The IP address of the device making the request for authentication. If not provided the IP address logged will be the IP address extracted from the HTTP request. Note: this should be the originating device, rather than the client making the request e.g. if a mobile device is used the ip address should be that of the mobile device, rather than a back end service
di_tid
string
required
Unique id used to identify the request. The id allows the request to be traced through the entire request and reponse flow. The expected id is a UUID, in the canonical form e.g 123e4567-e89b-12d3-a456-426655440000
Body parameters
Collapse
Query parameters
Collapse
action
string
no
The action that needs to take place for this subscription
eventType
string
no
The event type which identifies the subscription
Path parameters
Collapse
di_ficustomer
string
required
Identifies the customer
di_fiid
string
required
Identifies the Financial Institution
Responses
Collapse
curl -X 'GET' \
'https://api.candescent.com/digitalbanking/subscriptions/v1/fis/{di_fiid}/fiCustomers/{di_ficustomer}/subscriptions' \
-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' \