---
title: "List Disclosures"
method: GET
path: "/customers/{customer_id}/disclosures"
tags: ["Disclosures (deprecated)"]
deprecated: true
---

# List Disclosures

`GET /customers/{customer_id}/disclosures`

> **Deprecated.**

Retrieves paginated list of disclosures associated with the authorized requester

## Path parameters

- `customer_id` string, uuid, required

## Query parameters

- `page_token` string — Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
- `limit` integer — Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.

## Response `200`

List of disclosures

- DisclosureResponse — Represents all customer disclosures
  - `disclosures` Disclosure1[] — List of the customer's disclosures
    - `creation_time` string, date-time
    - `event_type` 'ACKNOWLEDGED' | 'DISPLAYED' | 'VIEWED', required
    - `id` string, uuid — Disclosure ID
    - `last_updated_time` string, date-time
    - `timestamp` string, date-time, required — Date of disclosure
    - `type` 'ACH_AUTHORIZATION' | 'CARDHOLDER_AGREEMENT' | 'E_SIGN' | 'FCRA' | 'KYC_DATA_COLLECTION' | 'MLA' | 'OWNER_CERTIFICATION' | 'PRIVACY_NOTICE' | 'REG_CC' | 'REG_DD' | 'REG_E' | 'SC_ACCOUNT_AGREEMENT' | 'SC_AUTO_PAYMENT' | 'SC_SECURITY_AGREEMENT' | 'TERMS_AND_CONDITIONS' | 'TILA', required — Disclosure Type
    - `version` string, required — Disclosure Version

## Other responses

- `401` — Unauthorized
- `403` — Forbidden error
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/revisions/b0d812e6cdd0/schema)
