Skip to main content

List Institution Disclosures

Loading...
API endpoint path: /db-disclosures/v1/institution-disclosures

Retrieves all institution disclosure definitions configured for the financial institution associated with the authenticated caller. This endpoint returns the authoritative set of disclosures that govern what disclosure content may be presented to users in downstream onboarding, enrollment, or account servicing flows.

Use this endpoint to:

  • Retrieve the complete set of disclosures configured for an institution.
  • Drive UI or integration flows that need to display or evaluate available disclosures.
  • Audit or verify disclosure configuration for the financial institution.

Behavior and capabilities:

  • Disclosures include all configured disclosure definitions (stored content and status), regardless of enabled or disabled status.
  • Optional URL or raw content is included for disclosures that have it.
  • The institutionDisclosureStatus is included for disclosures that have it.
  • Responses are cache‑backed per institution; on a cache miss, disclosures are loaded from backend service and cached using an institution‑specific TTL before being returned.
  • A successful response returns HTTP 200 with either a populated or empty institutionDisclosures collection.

Request

Responses

Success