---
title: "Document eSign disclosure"
method: GET
path: "/public/v1/documents/{document_id}/esign-disclosure"
tags: ["Documents"]
---

# Document eSign disclosure

`GET /public/v1/documents/{document_id}/esign-disclosure`

Retrieves the current version of eSign disclosure text for a specified document.

## Path parameters

- `document_id` string, required

## Response `200`

ESign disclosure text retrieved successfully.

- DocumentESignDisclosure
  - `result` object
    - `is_enabled` boolean — Indicates whether the ESign disclosure feature is enabled for the document.
    - `company_name` string, nullable
    - `esign_disclosure_text` string, nullable — Rich text (HTML) of the pre-configured ESign disclosure.

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `404` — Not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
