Skip to main content
GET
/
digitalbanking
/
disclosures
/
v1
/
institutions
/
{fiId}
Get FI Disclosures
curl --request GET \
  --url https://api.candescent.com/digitalbanking/disclosures/v1/institutions/{fiId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "title": "<string>",
    "content": "<string>",
    "version": "<string>",
    "effectiveDate": "2023-12-25",
    "required": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

fiId
string
required

Unique identifier of the financial institution

Response

List of disclosures

id
string

Unique identifier of the disclosure

title
string

Disclosure title

content
string

Full disclosure text

version
string

Disclosure version

effectiveDate
string<date>
required
boolean

Whether acceptance is required before account opening