.png)
To fetch disclosure information for the particular account Id
ENDPOINTS
get
/v1/e-statements/{accountId}/disclosures
Header parameters
Collapse
correlationId
string
required
UUID that uniquely identifies the request. This id allows the request to be traced through the entire request and reponse flow.
Authorization
string
required
Standard OAuth 2.0 access token. A string composed of 'Bearer' + '(space)' + '{token}'
Body parameters
Collapse
Path parameters
Collapse
accountId
string
required
Unique identifier of financial institution customer account
Responses
Collapse
200
Customer disclosures retrieved successfully
Response Body
{"institutionUserDisclosures":[{"institutionId":"02688","institutionDisclosureStatus":"NOT_ACCEPTED","institutionDisclosureName":"OLS","paperWaiver":"true","accountId":"18fc507616c646048ea400138c8ac887","institutionUserDisclosureStatusUpdateDateTime":"1985-05-22T00:00:00-07:00"}]}
400
Bad Request
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
401
Unauthorized
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
403
Forbidden
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
404
No entitled customers found
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
500
Server error
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
curl -X 'GET' \
'https://api.candescent.com/digitalbanking/ux-users/v1/e-statements/{accountId}/disclosures' \
-H 'authorization: Bearer 18FaavwuGejYXBhj7grtrP57ZbCX' \
-H 'correlationid: f8187c63-678f-4f0c-9263-46723794661a' \
-H 'accept: application/json' \